Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h7360 llvm::Optional<bool> ConstexprConditionValue; in TransformIfStmt() local
7362 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
7366 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
7376 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()