Searched refs:getArrayFiller (Results 1 - 11 of 11) sorted by relevance

/external/clang/include/clang/AST/
H A DAPValue.h282 APValue &getArrayFiller() {
287 const APValue &getArrayFiller() const {
288 return const_cast<APValue*>(this)->getArrayFiller();
H A DExpr.h3897 Expr *getArrayFiller() { function in class:clang::StringLiteral::OffsetOfExpr
3900 const Expr *getArrayFiller() const { function in class:clang::StringLiteral::OffsetOfExpr
3901 return const_cast<InitListExpr *>(this)->getArrayFiller();
3907 bool hasArrayFiller() const { return getArrayFiller(); }
/external/clang/lib/AST/
H A DAPValue.cpp164 getArrayFiller() = RHS.getArrayFiller();
308 getArrayFiller().dump(OS);
H A DExprConstant.cpp1453 Value.getArrayFiller());
2152 Result.getArrayFiller() = APValue(Value);
2174 NewValue.getArrayInitializedElt(I) = Array.getArrayFiller();
2176 NewValue.getArrayFiller() = Array.getArrayFiller();
2352 O = &O->getArrayFiller();
5832 return EvaluateInPlace(Result.getArrayFiller(), Info, Subobject, &VIE);
5874 Filler = Result.getArrayFiller();
5878 const Expr *FillerExpr = E->hasArrayFiller() ? E->getArrayFiller() : nullptr;
5893 Result.getArrayFiller()
[all...]
H A DASTDumper.cpp1849 if (auto *Filler = ILE->getArrayFiller()) {
H A DExpr.cpp3092 if (const Expr *E = cast<InitListExpr>(this)->getArrayFiller())
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp781 if (Expr *filler = ILE->getArrayFiller())
867 if (Expr *filler = Updater->getArrayFiller())
1395 Filler = EmitConstantValueForMemory(Value.getArrayFiller(),
H A DCGExprAgg.cpp389 return isTrivialFiller(ILE->getArrayFiller());
471 Expr *filler = E->getArrayFiller();
H A DCGExprCXX.cpp900 Init = ILE->getArrayFiller();
910 Init = SubILE->getArrayFiller();
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp716 Writer.AddStmt(E->getArrayFiller());
724 Expr *filler = E->getArrayFiller();
/external/clang/lib/Sema/
H A DSemaInit.cpp655 ILE->setInit(Init, ILE->getArrayFiller());
2008 ExistingInit = StructuredList->getArrayFiller();

Completed in 214 milliseconds