| /external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
| D | IsolateDeclarationCheck.cpp | 21 AST_MATCHER(DeclStmt, isSingleDecl) { return Node.isSingleDecl(); } in AST_MATCHER() argument 22 AST_MATCHER(DeclStmt, onlyDeclaresVariables) { in AST_MATCHER() argument
|
| /external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
| D | ProBoundsArrayToPointerDecayCheck.cpp | 22 ast_matchers::internal::Matcher<DeclStmt>, InnerMatcher) { in AST_MATCHER_P()
|
| /external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | ExprEngine.h | 56 class DeclStmt; variable
|
| /external/llvm-project/clang/include/clang/Analysis/Analyses/ |
| D | ThreadSafetyCommon.h | 52 class DeclStmt; variable
|
| /external/llvm-project/clang/lib/Analysis/ |
| D | ExprMutationAnalyzer.cpp | 25 ast_matchers::internal::Matcher<DeclStmt>, InnerMatcher) { in AST_MATCHER_P()
|
| /external/clang/include/clang/ASTMatchers/ |
| D | ASTMatchers.h | 2790 AST_MATCHER_P(DeclStmt, hasSingleDecl, internal::Matcher<Decl>, InnerMatcher) { in AST_MATCHER_P() argument 2951 AST_MATCHER_P(DeclStmt, declCountIs, unsigned, N) { in AST_MATCHER_P() argument 2974 AST_MATCHER_P2(DeclStmt, containsDeclaration, unsigned, N, in AST_MATCHER_P2() argument 3487 internal::Matcher<DeclStmt>, InnerMatcher) { in AST_MATCHER_P()
|
| /external/llvm-project/clang/include/clang/ASTMatchers/ |
| D | ASTMatchers.h | 3907 AST_MATCHER_P(DeclStmt, hasSingleDecl, internal::Matcher<Decl>, InnerMatcher) { in AST_MATCHER_P() argument 4110 AST_MATCHER_P(DeclStmt, declCountIs, unsigned, N) { in AST_MATCHER_P() argument 4133 AST_MATCHER_P2(DeclStmt, containsDeclaration, unsigned, N, in AST_MATCHER_P2() argument 4953 internal::Matcher<DeclStmt>, InnerMatcher) { in AST_MATCHER_P()
|
| /external/clang/include/clang/AST/ |
| D | Stmt.h | 448 DeclStmt(DeclGroupRef dg, SourceLocation startLoc, in DeclStmt() function 453 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { } in DeclStmt() function
|
| /external/clang/unittests/ASTMatchers/ |
| D | ASTMatchersTraversalTest.cpp | 1284 TEST(DeclStmt, ContainsDeclaration) { in TEST() argument
|
| /external/llvm-project/clang/include/clang/AST/ |
| D | Stmt.h | 1296 DeclStmt(DeclGroupRef dg, SourceLocation startLoc, SourceLocation endLoc) in DeclStmt() function 1300 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) {} in DeclStmt() function
|
| /external/llvm-project/clang/unittests/ASTMatchers/ |
| D | ASTMatchersTraversalTest.cpp | 3225 TEST(DeclStmt, ContainsDeclaration) { in TEST() argument
|