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

References

tools/clang/include/clang/Sema/Template.h
  314       SemaRef.CurrentInstantiationScope = Outer;
  330       newScope->Outer = nullptr;
  331       if (Outer)
  332         newScope->Outer = Outer->cloneScopes(Outermost);
  332         newScope->Outer = Outer->cloneScopes(Outermost);
  363         LocalInstantiationScope *Out = Scope->Outer;
tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
 2998        Current = Current->Outer) {
 3050     while (Current->CombineWithOuterScope && Current->Outer) {
 3051       Current = Current->Outer;
 3075        Current && Current->CombineWithOuterScope; Current = Current->Outer)
 3109        Current = Current->Outer) {