Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp191 REGISTER_MATCHER(hasAnySubstatement); in RegistryMaps()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp2879 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
2885 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
2890 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
2895 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
3714 has(compoundStmt(hasAnySubstatement(ifStmt())))), in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3149 AST_MATCHER_P(CompoundStmt, hasAnySubstatement, in AST_MATCHER_P() argument