Searched defs:InitListExpr (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ComputeDependence.h | 45 class InitListExpr; variable
|
H A D | Expr.h | 4845 explicit InitListExpr(EmptyShell Empty) InitListExpr() function [all...] |
/freebsd-src/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-src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 1704 AST_MATCHER_P(InitListExpr,hasSyntacticForm,internal::Matcher<Expr>,InnerMatcher) AST_MATCHER_P() argument 4688 AST_MATCHER_P2(InitListExpr,hasInit,unsigned,N,ast_matchers::internal::Matcher<Expr>,InnerMatcher) AST_MATCHER_P2() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 2351 InitListExpr::InitListExpr(const ASTContext &C, SourceLocation lbraceloc, InitListExpr() function in InitListExpr [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 2223 InitListExpr(const Node *Ty_, NodeArray Inits_) InitListExpr() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 139 class InitListExpr; global() variable
|