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

/external/clang/lib/AST/
H A DExpr.cpp1832 InitListExpr::InitListExpr(const ASTContext &C, SourceLocation lbraceloc, function in class:InitListExpr
1854 void InitListExpr::reserveInits(const ASTContext &C, unsigned NumInits) {
1859 void InitListExpr::resizeInits(const ASTContext &C, unsigned NumInits) {
1863 Expr *InitListExpr::updateInit(const ASTContext &C, unsigned Init, Expr *expr) {
1875 void InitListExpr::setArrayFiller(Expr *filler) {
1885 bool InitListExpr::isStringLiteralInit() const {
1899 SourceLocation InitListExpr::getLocStart() const {
1900 if (InitListExpr *SyntacticForm = getSyntacticForm())
1917 SourceLocation InitListExpr
[all...]
/external/clang/include/clang/AST/
H A DExpr.h3710 /// InitListExpr describes an initializer list, which can be used to
3729 /// subobjects are made explicit with nested InitListExpr nodes and
3753 class InitListExpr : public Expr { class in class:clang::StringLiteral::OffsetOfExpr
3764 llvm::PointerIntPair<InitListExpr *, 1, bool> AltForm;
3776 InitListExpr(const ASTContext &C, SourceLocation lbraceloc,
3780 explicit InitListExpr(EmptyShell Empty) function in class:clang::StringLiteral::OffsetOfExpr::InitListExpr
3838 return const_cast<InitListExpr *>(this)->getArrayFiller();
3856 return const_cast<InitListExpr *>(this)->getInitializedFieldInUnion();
3866 // Explicit InitListExpr's originate from source code (and have valid source
3867 // locations). Implicit InitListExpr'
[all...]

Completed in 219 milliseconds