HomeSort by relevance Sort by last modified time
    Searched refs:InstantiatedLocal (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Sema/
Template.h 329 void InstantiatedLocal(const Decl *D, Decl *Inst);
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 391 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Var);
519 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Field);
681 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Enum);
750 SemaRef.CurrentInstantiationScope->InstantiatedLocal(*EC, EnumConst);
    [all...]
SemaTemplateInstantiate.cpp 767 SemaRef.CurrentInstantiationScope->InstantiatedLocal(Old, New);
    [all...]

Completed in 48 milliseconds