Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h45 class InitListExpr; variable
H A DStmt.h343 friend class InitListExpr; // ctor in alignas() local
655 friend class InitListExpr; in alignas() local
H A DExpr.h4845 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.h1704 AST_MATCHER_P(InitListExpr, hasSyntacticForm, in AST_MATCHER_P() argument
4688 AST_MATCHER_P2(InitListExpr, hasInit, unsigned, N, in AST_MATCHER_P2() argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2351 InitListExpr::InitListExpr(const ASTContext &C, SourceLocation lbraceloc, in InitListExpr() function in InitListExpr
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2223 InitListExpr(const Node *Ty_, NodeArray Inits_) in InitListExpr() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h139 class InitListExpr; variable