Home
last modified time | relevance | path

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

/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/v8/tools/gcmole/
Dgcmole.cc1149 DECL_VISIT_STMT(DeclStmt) { in DECL_VISIT_STMT() argument
/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