Searched defs:InitListExpr (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ComputeDependence.h | 45 class InitListExpr; variable
|
H A D | Expr.h | 5056 explicit InitListExpr(EmptyShell Empty) in InitListExpr() function
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 117 AST_MATCHER_P(InitListExpr, hasAnyInit, ast_matchers::internal::Matcher<Expr>, in AST_MATCHER_P() argument
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 1705 AST_MATCHER_P(InitListExpr, hasSyntacticForm, in AST_MATCHER_P() argument 4686 AST_MATCHER_P2(InitListExpr, hasInit, unsigned, N, internal::Matcher<Expr>, in AST_MATCHER_P2() argument
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 2387 InitListExpr::InitListExpr(const ASTContext &C, SourceLocation lbraceloc, in InitListExpr() function in InitListExpr
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 2222 InitListExpr(const Node *Ty_, NodeArray Inits_) in InitListExpr() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 143 class InitListExpr; variable
|