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

/external/clang/lib/AST/
H A DExpr.cpp118 if (const InitListExpr *ILE = dyn_cast<InitListExpr>(E)) {
1784 InitListExpr::InitListExpr(ASTContext &C, SourceLocation lbraceloc, function in class:InitListExpr
1806 void InitListExpr::reserveInits(ASTContext &C, unsigned NumInits) {
1811 void InitListExpr::resizeInits(ASTContext &C, unsigned NumInits) {
1815 Expr *InitListExpr::updateInit(ASTContext &C, unsigned Init, Expr *expr) {
1827 void InitListExpr::setArrayFiller(Expr *filler) {
1837 bool InitListExpr::isStringLiteralInit() const {
1847 SourceLocation InitListExpr
[all...]
/external/clang/include/clang/AST/
H A DExpr.h3626 /// InitListExpr describes an initializer list, which can be used to
3645 /// subobjects are made explicit with nested InitListExpr nodes and
3669 class InitListExpr : public Expr { class in class:clang::StringLiteral::OffsetOfExpr
3680 llvm::PointerIntPair<InitListExpr *, 1, bool> AltForm;
3692 InitListExpr(ASTContext &C, SourceLocation lbraceloc,
3696 explicit InitListExpr(EmptyShell Empty) function in class:clang::StringLiteral::OffsetOfExpr::InitListExpr
3746 return const_cast<InitListExpr *>(this)->getArrayFiller();
3764 return const_cast<InitListExpr *>(this)->getInitializedFieldInUnion();
3770 // Explicit InitListExpr's originate from source code (and have valid source
3771 // locations). Implicit InitListExpr'
[all...]

Completed in 572 milliseconds