Searched defs:DeclStmt (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 1528 AST_MATCHER_P(DeclStmt, hasSingleDecl, internal::Matcher<Decl>, InnerMatcher) { in AST_MATCHER_P() argument 1598 AST_MATCHER_P(DeclStmt, declCountIs, unsigned, N) { in AST_MATCHER_P() argument 1621 AST_MATCHER_P2(DeclStmt, containsDeclaration, unsigned, N, in AST_MATCHER_P2() argument 1839 internal::Matcher<DeclStmt>, InnerMatcher) { in AST_MATCHER_P()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 451 DeclStmt(DeclGroupRef dg, SourceLocation startLoc, in DeclStmt() function 456 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { } in DeclStmt() function 483 static bool classof(const DeclStmt *) { return true; } in classof()
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 1135 DECL_VISIT_STMT(DeclStmt) { in DECL_VISIT_STMT() argument
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.cpp | 2519 TEST(DeclStmt, ContainsDeclaration) { in TEST() argument
|