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

References

tools/clang/lib/AST/ExprConstant.cpp
 9487       AllocType.isNull() ? E->getType() : AllocType);
 9489     return Error(E);
 9493   if (E->isStringLiteralInit()) {
 9494     auto *SL = dyn_cast<StringLiteral>(E->getInit(0)->IgnoreParens());
 9498       return Error(E);
 9510   unsigned NumEltsToInit = E->getNumInits();
 9512   const Expr *FillerExpr = E->hasArrayFiller() ? E->getArrayFiller() : nullptr;
 9512   const Expr *FillerExpr = E->hasArrayFiller() ? E->getArrayFiller() : nullptr;
 9534   Subobject.addArray(Info, E, CAT);
 9537         Index < E->getNumInits() ? E->getInit(Index) : FillerExpr;
 9537         Index < E->getNumInits() ? E->getInit(Index) : FillerExpr;