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

/external/clang/include/clang/AST/
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(); }

Completed in 88 milliseconds