Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSema.cpp1863 if (FunctionScopes.empty() && CachedFunctionScope) { in PushFunctionScope()
1865 CachedFunctionScope->Clear(); in PushFunctionScope()
1866 FunctionScopes.push_back(CachedFunctionScope.release()); in PushFunctionScope()
1992 if (Scope->isPlainFunction() && !Self->CachedFunctionScope) in operator ()()
1993 Self->CachedFunctionScope.reset(Scope); in operator ()()
/external/llvm-project/clang/include/clang/Sema/
DSema.h670 std::unique_ptr<sema::FunctionScopeInfo> CachedFunctionScope; variable