HomeSort by: relevance | last modified time | path
    Searched refs:CachedFunctionScope (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 1911 if (FunctionScopes.empty() && CachedFunctionScope) {
1912 // Use CachedFunctionScope to avoid allocating memory when possible.
1913 CachedFunctionScope->Clear();
1914 FunctionScopes.push_back(CachedFunctionScope.release());
2040 if (Scope->isPlainFunction() && !Self->CachedFunctionScope)
2041 Self->CachedFunctionScope.reset(Scope);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 778 std::unique_ptr<sema::FunctionScopeInfo> CachedFunctionScope;

Completed in 35 milliseconds