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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h682 unsigned FunctionScopesStart = 0; member in class:clang::final
685 return llvm::makeArrayRef(FunctionScopes.begin() + FunctionScopesStart,
887 SavedFunctionScopesStart(S.FunctionScopesStart),
895 S.FunctionScopesStart = S.FunctionScopes.size();
904 S.FunctionScopesStart = SavedFunctionScopesStart;

Completed in 110 milliseconds