Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h6682 llvm::Optional<bool> ConstexprConditionValue; in TransformIfStmt() local
6684 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
6688 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
6698 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()