Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDScope.h146 ConditionVarScope = 0x2000000, enumerator
295 Flags = (Flags & ~ConditionVarScope) | in setIsConditionVarScope()
296 (InConditionVarScope ? ConditionVarScope : 0); in setIsConditionVarScope()
300 return Flags & ConditionVarScope; in isConditionVarScope()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDScope.cpp231 {ConditionVarScope, "ConditionVarScope"}, in dumpImpl()