Lines Matching refs:TargetDecl
2436 const FunctionDecl *TargetDecl) {
2437 return checkTargetFeatures(E->getBeginLoc(), TargetDecl);
2443 const FunctionDecl *TargetDecl) {
2445 if (!TargetDecl)
2457 unsigned BuiltinID = TargetDecl->getBuiltinID();
2472 << TargetDecl->getDeclName() << FeatureList;
2473 } else if (!TargetDecl->isMultiVersion() &&
2474 TargetDecl->hasAttr<TargetAttr>()) {
2477 const TargetAttr *TD = TargetDecl->getAttr<TargetAttr>();
2483 CGM.getContext().getFunctionFeatureMap(CalleeFeatureMap, TargetDecl);
2503 << FD->getDeclName() << TargetDecl->getDeclName() << MissingFeature;