Searched defs:InitListExpr (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | ComputeDependence.h | 45 class InitListExpr; variable
|
H A D | Stmt.h | 304 friend class InitListExpr; // ctor variable 556 friend class InitListExpr; variable
|
H A D | Expr.h | 4825 explicit InitListExpr(EmptyShell Empty) in InitListExpr() function
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 84 AST_MATCHER_P(InitListExpr, hasAnyInit, ast_matchers::internal::Matcher<Expr>, in AST_MATCHER_P() argument
|
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 1693 AST_MATCHER_P(InitListExpr, hasSyntacticForm, in AST_MATCHER_P() argument 4450 AST_MATCHER_P2(InitListExpr, hasInit, unsigned, N, in AST_MATCHER_P2() argument
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 2081 InitListExpr(const Node *Ty_, NodeArray Inits_) in InitListExpr() function
|
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/ |
H A D | ItaniumDemangle.h | 2081 InitListExpr(const Node *Ty_, NodeArray Inits_) in InitListExpr() function
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | Expr.cpp | 2357 InitListExpr::InitListExpr(const ASTContext &C, SourceLocation lbraceloc, in InitListExpr() function in InitListExpr
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 138 class InitListExpr; variable
|