Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseDesignatedInitializersCheck.cpp87 AST_MATCHER(InitListExpr,isFullyDesignated) AST_MATCHER() argument
94 AST_MATCHER(InitListExpr,hasMoreThanOneElement) AST_MATCHER() argument
H A DUseDefaultMemberInitCheck.cpp19 AST_MATCHER_P(InitListExpr, initCountIs, unsigned, N) { in AST_MATCHER_P() argument
H A DMinMaxUseInitializerListCheck.cpp43 const auto *InitListExpr = in findArgs() local
H A DUseEmplaceCheck.cpp16 AST_MATCHER_P(InitListExpr, initCountLeq, unsigned, N) { in AST_MATCHER_P() argument
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DStringviewNullptrCheck.cpp28 AST_MATCHER_P(InitListExpr, initCountIs, unsigned, N) { in AST_MATCHER_P() argument
/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h45 class InitListExpr; variable
H A DExpr.h5037 explicit InitListExpr(EmptyShell Empty) InitListExpr() function
[all...]
/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp117 AST_MATCHER_P(InitListExpr,hasAnyInit,ast_matchers::internal::Matcher<Expr>,InnerMatcher) AST_MATCHER_P() argument
/llvm-project/clang/unittests/AST/
H A DSourceLocationTest.cpp383 TEST(InitListExpr, VectorLiteralListBraceRange) { in TEST() argument
391 TEST(InitListExpr, VectorLiteralInitListParens) { in TEST() argument
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1705 AST_MATCHER_P(InitListExpr,hasSyntacticForm,internal::Matcher<Expr>,InnerMatcher) AST_MATCHER_P() argument
4686 AST_MATCHER_P2(InitListExpr,hasInit,unsigned,N,internal::Matcher<Expr>,InnerMatcher) AST_MATCHER_P2() argument
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1405 TEST_P(ASTMatchersTest,InitListExpr) TEST_P() argument
/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2222 InitListExpr(const Node *Ty_, NodeArray Inits_) InitListExpr() function
/llvm-project/clang/lib/AST/
H A DExpr.cpp2387 InitListExpr::InitListExpr(const ASTContext &C, SourceLocation lbraceloc, InitListExpr() function in InitListExpr
[all...]
/llvm-project/libcxxabi/src/demangle/
H A DItaniumDemangle.h2223 InitListExpr(const Node *Ty_, NodeArray Inits_) InitListExpr() function
/llvm-project/clang/include/clang/Sema/
H A DSema.h143 class InitListExpr; global() variable