Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h827 unsigned FunctionScopesStart = 0; variable
833 return llvm::ArrayRef(FunctionScopes.begin() + FunctionScopesStart, in getFunctionScopes()
1047 SavedFunctionScopesStart(S.FunctionScopesStart), in S()
1055 S.FunctionScopesStart = S.FunctionScopes.size(); in S()
1064 S.FunctionScopesStart = SavedFunctionScopesStart; in pop()