Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h11800 bool HasKnownValue; variable
11807 HasKnownValue(IsConstexpr && Condition.get() && in ConditionResult()
11809 KnownValue(HasKnownValue && in ConditionResult()
11813 HasKnownValue(false), KnownValue(false) {} in ConditionResult()
11823 if (!HasKnownValue) in getKnownValue()