Searched defs:DeclStmt (Results 1 – 5 of 5) sorted by relevance
| /external/lldb/include/lldb/Core/ |
| D | ClangForward.h | 54 class DeclStmt; variable
|
| /external/clang/include/clang/ASTMatchers/ |
| D | ASTMatchers.h | 2050 AST_MATCHER_P(DeclStmt, hasSingleDecl, internal::Matcher<Decl>, InnerMatcher) { in AST_MATCHER_P() argument 2145 AST_MATCHER_P(DeclStmt, declCountIs, unsigned, N) { in AST_MATCHER_P() argument 2168 AST_MATCHER_P2(DeclStmt, containsDeclaration, unsigned, N, in AST_MATCHER_P2() argument 2448 internal::Matcher<DeclStmt>, InnerMatcher) { in AST_MATCHER_P()
|
| /external/chromium_org/v8/tools/gcmole/ |
| D | gcmole.cc | 1117 DECL_VISIT_STMT(DeclStmt) { in DECL_VISIT_STMT() argument
|
| /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 | ASTMatchersTest.cpp | 3043 TEST(DeclStmt, ContainsDeclaration) { in TEST() argument
|