Searched refs:ifStmt (Results 1 - 3 of 3) sorted by relevance

/external/clang/unittests/Tooling/
H A DRefactoringCallbacksTest.cpp84 id("id", ifStmt(
95 id("id", ifStmt(hasCondition(boolLiteral(equals(false))))),
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp1543 StatementMatcher Condition = ifStmt(hasCondition(boolLiteral(equals(true))));
2567 ifStmt(hasConditionVariableStatement(declStmt()))));
2570 ifStmt(hasConditionVariableStatement(declStmt()))));
2576 ifStmt(hasConditionVariableStatement(declStmt()))));
2764 expr(integerLiteral(equals(42), hasAncestor(ifStmt())))));
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h658 const internal::VariadicDynCastAllOfMatcher<Stmt, IfStmt> ifStmt; member in namespace:clang::ast_matchers
1259 /// \c expr(integerLiteral(hasAncsestor(ifStmt()))) matches \c 42, but not 43.

Completed in 160 milliseconds