Searched refs:CurFeature (Results 1 – 1 of 1) sorted by relevance
3144 auto CurFeature = StringRef(Feature).drop_front(); // remove + or -. in checkTargetAttr() local3145 if (!Context.getTargetInfo().isValidFeatureName(CurFeature)) in checkTargetAttr()3147 << Unsupported << None << CurFeature; in checkTargetAttr()