Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h800 unsigned FunctionScopesStart = 0; variable
803 return llvm::makeArrayRef(FunctionScopes.begin() + FunctionScopesStart, in getFunctionScopes()
1005 SavedFunctionScopesStart(S.FunctionScopesStart), in S()
1013 S.FunctionScopesStart = S.FunctionScopes.size(); in S()
1022 S.FunctionScopesStart = SavedFunctionScopesStart; in pop()