reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/Sema.cpp
 1633   if (FunctionScopes.empty() && CachedFunctionScope) {
 1635     CachedFunctionScope->Clear();
 1636     FunctionScopes.push_back(CachedFunctionScope.release());
 1762   if (Scope->isPlainFunction() && !Self->CachedFunctionScope)
 1763     Self->CachedFunctionScope.reset(Scope);