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

Declarations

tools/clang/include/clang/Sema/Template.h
  378     findInstantiationOf(const Decl *D);

References

tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
 1442     = getSema().CurrentInstantiationScope->findInstantiationOf(PD);
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 3054         SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope)
 3152         SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope)
 5338       if (auto Found = CurrentInstantiationScope->findInstantiationOf(D)) {
tools/clang/lib/Sema/SemaTemplateVariadic.cpp
  687         = CurrentInstantiationScope->findInstantiationOf(
  805           = CurrentInstantiationScope->findInstantiationOf(