Home
last modified time | relevance | path

Searched refs:hasAnySubstatement (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp175 REGISTER_MATCHER(hasAnySubstatement); in RegistryMaps()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp2640 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
2646 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
2651 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
2656 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
3457 has(compoundStmt(hasAnySubstatement(ifStmt())))), in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2857 AST_MATCHER_P(CompoundStmt, hasAnySubstatement, in AST_MATCHER_P() argument