Home
last modified time | relevance | path

Searched defs:InitListExpr (Results 1 – 10 of 10) sorted by relevance

/external/clang/unittests/AST/
DSourceLocationTest.cpp186 TEST(InitListExpr, VectorLiteralListBraceRange) { in TEST() argument
194 TEST(InitListExpr, VectorLiteralInitListParens) { in TEST() argument
/external/clang/lib/CodeGen/
DCodeGenModule.h66 class InitListExpr; variable
/external/v8/tools/gcmole/
Dgcmole.cc743 DECL_VISIT_EXPR(InitListExpr) { in DECL_VISIT_EXPR() argument
/external/clang/include/clang/AST/
DStmt.h106 friend class InitListExpr; // ctor in LLVM_ALIGNAS() local
228 friend class InitListExpr; in LLVM_ALIGNAS() local
DExpr.h3773 explicit InitListExpr(EmptyShell Empty) in InitListExpr() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DItaniumDemangle.cpp1558 class InitListExpr : public Expr { class
1562 InitListExpr(Node *Ty_, NodeArray Inits_) : Ty(Ty_), Inits(Inits_) {} in InitListExpr() function in __anon17245d330111::InitListExpr
/external/clang/lib/AST/
DExpr.cpp1766 InitListExpr::InitListExpr(const ASTContext &C, SourceLocation lbraceloc, in InitListExpr() function in InitListExpr
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1090 AST_MATCHER_P(InitListExpr, hasSyntacticForm, in AST_MATCHER_P() argument
/external/libcxxabi/src/demangle/
DItaniumDemangle.h1748 InitListExpr(const Node *Ty_, NodeArray Inits_) in InitListExpr() function
/external/clang/include/clang/Sema/
DSema.h119 class InitListExpr; variable