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

  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 84 id("id", ifStmt(
95 id("id", ifStmt(hasCondition(boolLiteral(equals(false))))),
  /external/clang/unittests/AST/
ASTContextParentMapTest.cpp 37 ifStmt(hasParent(compoundStmt()))));
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 307 REGISTER_MATCHER(ifStmt);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 824 const internal::VariadicDynCastAllOfMatcher<Stmt, IfStmt> ifStmt;
    [all...]

Completed in 150 milliseconds