Home
last modified time | relevance | path

Searched refs:hasCondition (Results 1 – 5 of 5) sorted by relevance

/external/clang/unittests/Tooling/
DRefactoringCallbacksTest.cpp74 hasCondition(boolLiteral(equals(false))), in TEST()
85 hasCondition(implicitCastExpr(hasSourceExpression( in TEST()
95 id("id", ifStmt(hasCondition(boolLiteral(equals(false))))), in TEST()
/external/clang/docs/
DLibASTMatchersTutorial.rst396 hasCondition(binaryOperator(hasOperatorName("<"))
403 hasCondition(binaryOperator(
440 hasCondition(binaryOperator(
488 hasCondition(binaryOperator(
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp182 REGISTER_MATCHER(hasCondition); in RegistryMaps()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp1985 StatementMatcher Condition = ifStmt(hasCondition(boolLiteral(equals(true)))); in TEST()
2184 hasCondition(boolLiteral(equals(true))), in TEST()
2422 forStmt(hasCondition(anything())))); in TEST()
2437 forStmt(hasCondition(expr())))); in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2371 hasCondition, AST_POLYMORPHIC_SUPPORTED_TYPES_5( in AST_POLYMORPHIC_MATCHER_P() argument