Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h45 class InitListExpr; variable
H A DExpr.h5056 explicit InitListExpr(EmptyShell Empty) in InitListExpr() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp117 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 DASTMatchers.h1705 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 DExpr.cpp2387 InitListExpr::InitListExpr(const ASTContext &C, SourceLocation lbraceloc, in InitListExpr() function in InitListExpr
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2222 InitListExpr(const Node *Ty_, NodeArray Inits_) in InitListExpr() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h143 class InitListExpr; variable