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

Declarations

tools/clang/include/clang/Sema/Sema.h
 8497   NamedDecl *FindInstantiatedDecl(SourceLocation Loc, NamedDecl *D,

References

tools/clang/lib/Sema/SemaAccess.cpp
 1495   Decl *NamingD = FindInstantiatedDecl(Loc, DD.getAccessNamingClass(),
 1498   Decl *TargetD = FindInstantiatedDecl(Loc, DD.getAccessTarget(),
tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
 1077   return SemaRef.FindInstantiatedDecl(Loc, cast<NamedDecl>(D), TemplateArgs);
 1342              getSema().FindInstantiatedDecl(loc, VD, TemplateArgs));
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  762     NamedDecl *InstPrev = SemaRef.FindInstantiatedDecl(D->getLocation(), Prev,
 1070     NamedDecl *Next = SemaRef.FindInstantiatedDecl(D->getLocation(), PI,
 1162     NamedDecl *Prev = SemaRef.FindInstantiatedDecl(D->getLocation(),
 1657     NamedDecl *Prev = SemaRef.FindInstantiatedDecl(D->getLocation(),
 1944       Decl *Temp = SemaRef.FindInstantiatedDecl(D->getLocation(),
 2263       Decl *Temp = SemaRef.FindInstantiatedDecl(D->getLocation(),
 2812         cast_or_null<NamedDecl>(SemaRef.FindInstantiatedDecl(
 2823       PrevDecl = cast_or_null<UsingShadowDecl>(SemaRef.FindInstantiatedDecl(
 2961             SemaRef.FindInstantiatedDecl(D->getLocation(), UD, TemplateArgs))
 3257       cast_or_null<ClassTemplateDecl>(SemaRef.FindInstantiatedDecl(
 3386       cast_or_null<VarTemplateDecl>(SemaRef.FindInstantiatedDecl(
 4541     if (NamedDecl *NewPrev = FindInstantiatedDecl(
 5020       FieldDecl *Member = cast_or_null<FieldDecl>(FindInstantiatedDecl(
 5034          cast_or_null<IndirectFieldDecl>(FindInstantiatedDecl(
 5274     Decl* ID = FindInstantiatedDecl(Loc, D, TemplateArgs, true);
 5572         EnumDecl *Spec = cast<EnumDecl>(FindInstantiatedDecl(Loc, Enum,