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

Declarations

tools/clang/include/clang/Sema/Template.h
  381     void InstantiatedLocalPackArg(const Decl *D, VarDecl *Inst);

References

tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
  886           SemaRef.CurrentInstantiationScope->InstantiatedLocalPackArg(
 1894     CurrentInstantiationScope->InstantiatedLocalPackArg(OldParm, NewParm);
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 3863             Scope->InstantiatedLocalPackArg(OldParam, NewParam);
 3966         Scope.InstantiatedLocalPackArg(PatternParam, FunctionParam);