Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1945 bool EnterForConditionScope) { in ParseCXXCondition() argument
1959 } ForConditionScope{EnterForConditionScope ? getCurScope() : nullptr}; in ParseCXXCondition()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1979 bool EnterForConditionScope = false);