Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp2023 ForRangeInfo *FRI, bool EnterForConditionScope) { in ParseCXXCondition() argument
2037 } ForConditionScope{EnterForConditionScope ? getCurScope() : nullptr}; in ParseCXXCondition()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h2014 bool EnterForConditionScope = false);