Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1211 unsigned FunctionScopesStart = 0; variable
3476 SavedFunctionScopesStart(S.FunctionScopesStart), in S()
3483 S.FunctionScopesStart = S.FunctionScopes.size(); in S()
3493 S.FunctionScopesStart = SavedFunctionScopesStart; in pop()
11274 return llvm::ArrayRef(FunctionScopes.begin() + FunctionScopesStart, in getFunctionScopes()