Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp175 REGISTER_MATCHER(hasAnySubstatement); in RegistryMaps()
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp2615 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
2621 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
2626 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
2631 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
3426 has(compoundStmt(hasAnySubstatement(ifStmt())))), in TEST()
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2727 AST_MATCHER_P(CompoundStmt, hasAnySubstatement, in AST_MATCHER_P() argument