Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScope.h143 ConditionVarScope = 0x2000000, enumerator
274 Flags = (Flags & ~ConditionVarScope) | in setIsConditionVarScope()
275 (InConditionVarScope ? ConditionVarScope : 0); in setIsConditionVarScope()
279 return Flags & ConditionVarScope; in isConditionVarScope()