Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:TargetDecl

993                                            const Decl *TargetDecl,
1006 if (TargetDecl) {
1007 if (TargetDecl->hasAttr<ReturnsTwiceAttr>())
1009 if (TargetDecl->hasAttr<NoThrowAttr>())
1011 if (TargetDecl->hasAttr<NoReturnAttr>())
1014 if (const FunctionDecl *Fn = dyn_cast<FunctionDecl>(TargetDecl)) {
1026 if (TargetDecl->hasAttr<ConstAttr>()) {
1029 } else if (TargetDecl->hasAttr<PureAttr>()) {
1033 if (TargetDecl->hasAttr<MallocAttr>())
2265 const Decl *TargetDecl,
2500 CGM.ConstructAttributeList(CallInfo, TargetDecl, AttributeList,