Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h58 class InitListExpr; variable
/external/clang/include/clang/AST/
DStmt.h136 friend class InitListExpr; // ctor variable
245 friend class InitListExpr; variable
DExpr.h3521 explicit InitListExpr(ASTContext &C, EmptyShell Empty) in InitListExpr() function
3636 static bool classof(const InitListExpr *) { return true; } in classof()
/external/v8/tools/gcmole/
Dgcmole.cc727 DECL_VISIT_EXPR(InitListExpr) { in DECL_VISIT_EXPR() argument
/external/clang/include/clang/Sema/
DSema.h102 class InitListExpr; variable
/external/clang/lib/AST/
DExpr.cpp1538 InitListExpr::InitListExpr(ASTContext &C, SourceLocation lbraceloc, in InitListExpr() function in InitListExpr