Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h7486 llvm::Optional<bool> ConstexprConditionValue; in TransformIfStmt() local
7488 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
7492 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
7502 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()