Searched refs:TransformDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DTreeTransform.h72 /// TransformExpr(), TransformDecl(), TransformNestedNameSpecifierLoc(),
359 Decl *TransformDecl(SourceLocation Loc, Decl *D) { function in class:clang::TreeTransform
388 /// By default, invokes TransformDecl() to transform the declaration.
391 return getDerived().TransformDecl(Loc, D);
401 /// By default, invokes TransformDecl() to transform the declaration.
404 return cast_or_null<NamedDecl>(getDerived().TransformDecl(Loc, D));
2695 getDerived().TransformDecl(
2705 getDerived().TransformDecl(Q.getLocalBeginLoc(),
2832 = cast_or_null<TemplateDecl>(getDerived().TransformDecl(NameLoc,
2872 = cast_or_null<TemplateDecl>(getDerived().TransformDecl(NameLo
[all...]
H A DSemaTemplateInstantiate.cpp758 Decl *TransformDecl(SourceLocation Loc, Decl *D);
872 Decl *TemplateInstantiator::TransformDecl(SourceLocation Loc, Decl *D) { function in class:TemplateInstantiator
945 return cast_or_null<NamedDecl>(TransformDecl(Loc, D));
956 return cast_or_null<NamedDecl>(TransformDecl(Loc, D));
1344 TransformDecl(TL.getNameLoc(), OldTTPDecl));

Completed in 296 milliseconds