Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1557 std::optional<bool> ConstexprCondition; in ParseIfStatement() local
1567 ConstexprCondition = Cond.getKnownValue(); in ParseIfStatement()
1600 bool ShouldEnter = ConstexprCondition && !*ConstexprCondition; in ParseIfStatement()
1645 bool ShouldEnter = ConstexprCondition && *ConstexprCondition; in ParseIfStatement()