Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp173 REGISTER_MATCHER(hasAnySubstatement); in RegistryMaps()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp2480 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
2486 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
2491 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
2496 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
3284 has(compoundStmt(hasAnySubstatement(ifStmt())))), in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2520 AST_MATCHER_P(CompoundStmt, hasAnySubstatement, in AST_MATCHER_P() argument