Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h146 ConditionVarScope = 0x2000000, enumerator
300 Flags = (Flags & ~ConditionVarScope) | in setIsConditionVarScope()
301 (InConditionVarScope ? ConditionVarScope : NoScope); in setIsConditionVarScope()
305 return Flags & ConditionVarScope; in isConditionVarScope()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp231 {ConditionVarScope, "ConditionVarScope"}, in dumpImpl()