Home
last modified time | relevance | path

Searched refs:boolLiteral (Results 1 – 4 of 4) sorted by relevance

/external/clang/unittests/Tooling/
DRefactoringCallbacksTest.cpp74 hasCondition(boolLiteral(equals(false))), in TEST()
95 id("id", ifStmt(hasCondition(boolLiteral(equals(false))))), in TEST()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp1985 StatementMatcher Condition = ifStmt(hasCondition(boolLiteral(equals(true)))); in TEST()
1996 ifStmt(hasThen(boolLiteral(equals(true)))))); in TEST()
1998 ifStmt(hasThen(boolLiteral(equals(true)))))); in TEST()
2000 ifStmt(hasElse(boolLiteral(equals(true)))))); in TEST()
2002 ifStmt(hasElse(boolLiteral(equals(true)))))); in TEST()
2014 binaryOperator(hasLHS(boolLiteral(equals(true))), in TEST()
2015 hasRHS(boolLiteral(equals(false)))); in TEST()
2024 binaryOperator(hasEitherOperand(boolLiteral(equals(false)))); in TEST()
2141 unaryOperator(hasUnaryOperand(boolLiteral(equals(false)))); in TEST()
2184 hasCondition(boolLiteral(equals(true))), in TEST()
[all …]
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp111 REGISTER_MATCHER(boolLiteral); in RegistryMaps()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1141 CXXBoolLiteralExpr> boolLiteral; variable