HomeSort by relevance Sort by last modified time
    Searched refs:forRangeStmt (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 257 REGISTER_MATCHER(forRangeStmt);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 837 /// forRangeStmt() matches 'for (auto a : i)'
842 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXForRangeStmt> forRangeStmt;
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]

Completed in 143 milliseconds