Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2131 ForRangeInfo *FRI, bool EnterForConditionScope) { in ParseCXXCondition() argument
2145 } ForConditionScope{EnterForConditionScope ? getCurScope() : nullptr}; in ParseCXXCondition()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2095 bool EnterForConditionScope = false);