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

/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp707 Decl *TransformDecl(SourceLocation Loc, Decl *D);
864 Decl *TemplateInstantiator::TransformDecl(SourceLocation Loc, Decl *D) { function in class:TemplateInstantiator
933 return cast_or_null<NamedDecl>(TransformDecl(Loc, D));
944 return cast_or_null<NamedDecl>(TransformDecl(Loc, D));
1216 ValueDecl *VD = cast_or_null<ValueDecl>(TransformDecl(E->getExprLoc(), D));
1233 cast_or_null<ParmVarDecl>(TransformDecl(E->getExprLoc(), *I));
1388 TransformDecl(TL.getNameLoc(), OldTTPDecl));
H A DTreeTransform.h73 /// TransformExpr(), TransformDecl(), TransformNestedNameSpecifierLoc(),
404 Decl *TransformDecl(SourceLocation Loc, Decl *D) { function in class:clang::TreeTransform
441 /// By default, invokes TransformDecl() to transform the declaration.
444 return getDerived().TransformDecl(Loc, D);
454 /// By default, invokes TransformDecl() to transform the declaration.
457 return cast_or_null<NamedDecl>(getDerived().TransformDecl(Loc, D));
3455 getDerived().TransformDecl(
3465 getDerived().TransformDecl(Q.getLocalBeginLoc(),
3480 cast_or_null<CXXRecordDecl>(getDerived().TransformDecl(
3600 = cast_or_null<TemplateDecl>(getDerived().TransformDecl(NameLo
[all...]

Completed in 136 milliseconds