Home
last modified time | relevance | path

Searched refs:cxxForRangeStmt (Results 1 – 4 of 4) sorted by relevance

/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp992 cxxForRangeStmt(hasLoopVariable(anything())))); in TEST()
995 cxxForRangeStmt(hasRangeInit(declRefExpr(to(varDecl(hasName("a")))))))); in TEST()
1015 cxxForRangeStmt(hasBody(compoundStmt())))); in TEST()
DASTMatchersNodeTest.cpp247 cxxForRangeStmt())); in TEST()
249 cxxForRangeStmt())); in TEST()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp144 REGISTER_MATCHER(cxxForRangeStmt); in RegistryMaps()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1433 CXXForRangeStmt> cxxForRangeStmt; variable