Home
last modified time | relevance | path

Searched refs:falseExpr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DExprClassification.cpp33 const Expr *falseExpr);
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp485 auto falseExpr = cxxBoolLiteral(equals(false)); in TEST_P() local
492 mapAnyOf(ifStmt, forStmt).with(hasCondition(falseExpr))))); in TEST_P()
520 .with(hasArgument(0, falseExpr))))); in TEST_P()