Home
last modified time | relevance | path

Searched defs:DeclStmt (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DIsolateDeclarationCheck.cpp21 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/
DProBoundsArrayToPointerDecayCheck.cpp22 ast_matchers::internal::Matcher<DeclStmt>, InnerMatcher) { in AST_MATCHER_P()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h56 class DeclStmt; variable
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h52 class DeclStmt; variable
/external/llvm-project/clang/lib/Analysis/
DExprMutationAnalyzer.cpp25 ast_matchers::internal::Matcher<DeclStmt>, InnerMatcher) { in AST_MATCHER_P()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2790 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/
DASTMatchers.h3907 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/
DStmt.h448 DeclStmt(DeclGroupRef dg, SourceLocation startLoc, in DeclStmt() function
453 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { } in DeclStmt() function
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp1284 TEST(DeclStmt, ContainsDeclaration) { in TEST() argument
/external/llvm-project/clang/include/clang/AST/
DStmt.h1296 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/
DASTMatchersTraversalTest.cpp3225 TEST(DeclStmt, ContainsDeclaration) { in TEST() argument