Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h143 ConditionVarScope = 0x2000000, enumerator
279 Flags = (Flags & ~ConditionVarScope) | in setIsConditionVarScope()
280 (InConditionVarScope ? ConditionVarScope : 0); in setIsConditionVarScope()
284 return Flags & ConditionVarScope; in isConditionVarScope()