Searched defs:FindInstantiatedDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp184 NamedDecl *InstPrev = SemaRef.FindInstantiatedDecl(D->getLocation(), Prev,
474 NamedDecl *Next = SemaRef.FindInstantiatedDecl(D->getLocation(), *PI,
565 NamedDecl *Prev = SemaRef.FindInstantiatedDecl(D->getLocation(),
970 NamedDecl *Prev = SemaRef.FindInstantiatedDecl(D->getLocation(),
1190 Decl *Temp = SemaRef.FindInstantiatedDecl(D->getLocation(),
1993 cast_or_null<NamedDecl>(SemaRef.FindInstantiatedDecl(
3065 FieldDecl *Member = cast_or_null<FieldDecl>(FindInstantiatedDecl(
3079 cast_or_null<IndirectFieldDecl>(FindInstantiatedDecl(
3352 Decl* ID = FindInstantiatedDecl(Loc, D, TemplateArgs);
3383 NamedDecl *Sema::FindInstantiatedDecl(SourceLocatio function in class:Sema
[all...]

Completed in 90 milliseconds