reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ExprConstant.cpp
 3739   if (Base && !LVal.getLValueCallIndex() && !Type.isVolatileQualified()) {
 3740     if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(Base)) {
 3751       CompleteObject LitObj(LVal.Base, &Lit, Base->getType());
 3753     } else if (isa<StringLiteral>(Base) || isa<PredefinedExpr>(Base)) {
 3753     } else if (isa<StringLiteral>(Base) || isa<PredefinedExpr>(Base)) {
 3773       RVal = APValue(extractStringLiteralCharacter(Info, Base, CharIndex));