HomeSort by relevance Sort by last modified time
    Searched refs:ifStmt (Results 1 - 6 of 6) 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 481 StatementMatcher MixedTypes = stmt(anyOf(ifStmt(), binaryOperator()));
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 232 REGISTER_MATCHER(ifStmt);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 1118 const internal::VariadicDynCastAllOfMatcher<Stmt, IfStmt> ifStmt;
    [all...]
  /prebuilts/sdk/tools/
jack.jar 

Completed in 75 milliseconds