Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComputeDependence.h45 class InitListExpr; variable
H A DStmt.h304 friend class InitListExpr; // ctor variable
556 friend class InitListExpr; variable
H A DExpr.h4825 explicit InitListExpr(EmptyShell Empty) in InitListExpr() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp84 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 DASTMatchers.h1693 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 DItaniumDemangle.h2081 InitListExpr(const Node *Ty_, NodeArray Inits_) in InitListExpr() function
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h2081 InitListExpr(const Node *Ty_, NodeArray Inits_) in InitListExpr() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp2357 InitListExpr::InitListExpr(const ASTContext &C, SourceLocation lbraceloc, in InitListExpr() function in InitListExpr
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h138 class InitListExpr; variable