Searched refs:TransformDecl (Results 1 - 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 710 Decl *TransformDecl(SourceLocation Loc, Decl *D); 862 Decl *TemplateInstantiator::TransformDecl(SourceLocation Loc, Decl *D) { function in class:TemplateInstantiator 931 return cast_or_null<NamedDecl>(TransformDecl(Loc, D)); 942 return cast_or_null<NamedDecl>(TransformDecl(Loc, D)); 1214 ValueDecl *VD = cast_or_null<ValueDecl>(TransformDecl(E->getExprLoc(), D)); 1231 cast_or_null<ParmVarDecl>(TransformDecl(E->getExprLoc(), *I)); 1386 TransformDecl(TL.getNameLoc(), OldTTPDecl));
|
H A D | TreeTransform.h | 73 /// TransformExpr(), TransformDecl(), TransformNestedNameSpecifierLoc(), 404 Decl *TransformDecl(SourceLocation Loc, Decl *D) { function in class:clang::TreeTransform 433 /// By default, invokes TransformDecl() to transform the declaration. 436 return getDerived().TransformDecl(Loc, D); 446 /// By default, invokes TransformDecl() to transform the declaration. 449 return cast_or_null<NamedDecl>(getDerived().TransformDecl(Loc, D)); 3349 getDerived().TransformDecl( 3359 getDerived().TransformDecl(Q.getLocalBeginLoc(), 3374 cast_or_null<CXXRecordDecl>(getDerived().TransformDecl( 3494 = cast_or_null<TemplateDecl>(getDerived().TransformDecl(NameLo [all...] |
H A D | SemaOpenMP.cpp | 3152 if (auto *NewD = TransformDecl(E->getExprLoc(), E->getDecl()))
|
Completed in 838 milliseconds