/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | UseDesignatedInitializersCheck.cpp | 87 AST_MATCHER(InitListExpr,isFullyDesignated) AST_MATCHER() argument 94 AST_MATCHER(InitListExpr,hasMoreThanOneElement) AST_MATCHER() argument
|
H A D | UseDefaultMemberInitCheck.cpp | 19 AST_MATCHER_P(InitListExpr, initCountIs, unsigned, N) { in AST_MATCHER_P() argument
|
H A D | MinMaxUseInitializerListCheck.cpp | 43 const auto *InitListExpr = in findArgs() local
|
H A D | UseEmplaceCheck.cpp | 16 AST_MATCHER_P(InitListExpr, initCountLeq, unsigned, N) { in AST_MATCHER_P() argument
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | StringviewNullptrCheck.cpp | 28 AST_MATCHER_P(InitListExpr, initCountIs, unsigned, N) { in AST_MATCHER_P() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | ComputeDependence.h | 45 class InitListExpr; variable
|
H A D | Expr.h | 5037 explicit InitListExpr(EmptyShell Empty) InitListExpr() function [all...] |
/llvm-project/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 117 AST_MATCHER_P(InitListExpr,hasAnyInit,ast_matchers::internal::Matcher<Expr>,InnerMatcher) AST_MATCHER_P() argument
|
/llvm-project/clang/unittests/AST/ |
H A D | SourceLocationTest.cpp | 383 TEST(InitListExpr, VectorLiteralListBraceRange) { in TEST() argument 391 TEST(InitListExpr, VectorLiteralInitListParens) { in TEST() argument
|
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 1705 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 D | ASTMatchersNodeTest.cpp | 1405 TEST_P(ASTMatchersTest,InitListExpr) TEST_P() argument
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 2222 InitListExpr(const Node *Ty_, NodeArray Inits_) InitListExpr() function
|
/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 2387 InitListExpr::InitListExpr(const ASTContext &C, SourceLocation lbraceloc, InitListExpr() function in InitListExpr [all...] |
/llvm-project/libcxxabi/src/demangle/ |
H A D | ItaniumDemangle.h | 2223 InitListExpr(const Node *Ty_, NodeArray Inits_) InitListExpr() function
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 143 class InitListExpr; global() variable
|