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

Declarations

tools/clang/include/clang/Sema/Template.h
  380     void InstantiatedLocal(const Decl *D, Decl *Inst);

References

tools/clang/lib/Sema/SemaDecl.cpp
13463         S.CurrentInstantiationScope->InstantiatedLocal(VD, VD);
tools/clang/lib/Sema/SemaTemplate.cpp
 1879       SemaRef.CurrentInstantiationScope->InstantiatedLocal(TemplateParam,
 2000     SemaRef.CurrentInstantiationScope->InstantiatedLocal(OldParam, NewParam);
tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
  909       SemaRef.CurrentInstantiationScope->InstantiatedLocal(Old, New);
 1085   getSema().CurrentInstantiationScope->InstantiatedLocal(D, Inst);
 1137     getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var);
 1146     getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var);
 1897     CurrentInstantiationScope->InstantiatedLocal(OldParm, NewParm);
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  286           Local.InstantiatedLocal(
  367           Local.InstantiatedLocal(
  846   SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, NewBD);
 1009       SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Field);
 1232     SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Enum);
 1290         SemaRef.CurrentInstantiationScope->InstantiatedLocal(EC, EnumConst);
 1694     SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Record);
 2423   SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Inst);
 2572   SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Param);
 2706   SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Param);
 2833       SemaRef.CurrentInstantiationScope->InstantiatedLocal(Shadow, InstShadow);
 2910       SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, NewD);
 2969     SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, NewD);
 3061   SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, NewDRD);
 3081     SemaRef.CurrentInstantiationScope->InstantiatedLocal(
 3084     SemaRef.CurrentInstantiationScope->InstantiatedLocal(
 3097       SemaRef.CurrentInstantiationScope->InstantiatedLocal(
 3100       SemaRef.CurrentInstantiationScope->InstantiatedLocal(
 3158   SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, NewDMD);
 3174     SemaRef.CurrentInstantiationScope->InstantiatedLocal(
 3856           Scope->InstantiatedLocal(OldParam, NewParam);
 3941       Scope.InstantiatedLocal(PatternParam, FunctionParam);
 4560       CurrentInstantiationScope->InstantiatedLocal(OldVar, NewVar);
 5380       CurrentInstantiationScope->InstantiatedLocal(D, Inst);
 5391     CurrentInstantiationScope->InstantiatedLocal(D, Inst);