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

References

tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
 3108   for (const LocalInstantiationScope *Current = this; Current;
 3109        Current = Current->Outer) {
 3109        Current = Current->Outer) {
 3110     if (Current->PartiallySubstitutedPack) {
 3112         *ExplicitArgs = Current->ArgsInPartiallySubstitutedPack;
 3114         *NumExplicitArgs = Current->NumArgsInPartiallySubstitutedPack;
 3116       return Current->PartiallySubstitutedPack;
 3119     if (!Current->CombineWithOuterScope)