Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DTreeTransform.h6283 llvm::Optional<bool> ConstexprConditionValue; in TransformIfStmt() local
6285 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
6289 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
6299 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()