HomeSort by: relevance | last modified time | path
    Searched refs:FindInstantiatedDecl (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 899 NamedDecl *InstPrev = SemaRef.FindInstantiatedDecl(D->getLocation(), Prev,
1210 NamedDecl *Next = SemaRef.FindInstantiatedDecl(D->getLocation(), PI,
1302 NamedDecl *Prev = SemaRef.FindInstantiatedDecl(D->getLocation(),
1767 NamedDecl *Prev = SemaRef.FindInstantiatedDecl(D->getLocation(),
2096 Decl *Temp = SemaRef.FindInstantiatedDecl(D->getLocation(),
2442 Decl *Temp = SemaRef.FindInstantiatedDecl(D->getLocation(),
3063 cast_or_null<NamedDecl>(SemaRef.FindInstantiatedDecl(
3074 PrevDecl = cast_or_null<UsingShadowDecl>(SemaRef.FindInstantiatedDecl(
3212 SemaRef.FindInstantiatedDecl(D->getLocation(), UD, TemplateArgs))
3489 cast_or_null<ClassTemplateDecl>(SemaRef.FindInstantiatedDecl(
    [all...]
SemaAccess.cpp 1510 Decl *NamingD = FindInstantiatedDecl(Loc, DD.getAccessNamingClass(),
1513 Decl *TargetD = FindInstantiatedDecl(Loc, DD.getAccessTarget(),
SemaTemplateInstantiate.cpp 1248 return SemaRef.FindInstantiatedDecl(Loc, cast<NamedDecl>(D), TemplateArgs);
1552 getSema().FindInstantiatedDecl(loc, VD, TemplateArgs));
1718 // FindInstantiatedDecl will find it in the local instantiation scope.
2369 FindInstantiatedDecl(TTP->getLocation(), TTP, TemplateArgs));
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 9437 NamedDecl *FindInstantiatedDecl(SourceLocation Loc, NamedDecl *D,

Completed in 40 milliseconds