Searched defs:getArrayFiller (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | Expr.h | 3838 Expr *getArrayFiller() { function in class:clang::StringLiteral::OffsetOfExpr 3841 const Expr *getArrayFiller() const { function in class:clang::StringLiteral::OffsetOfExpr 3842 return const_cast<InitListExpr *>(this)->getArrayFiller(); 3848 bool hasArrayFiller() const { return getArrayFiller(); } |
Completed in 89 milliseconds