Home
last modified time | relevance | path

Searched refs:CurFeature (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp3103 auto CurFeature = StringRef(Feature).drop_front(); // remove + or -. in checkTargetAttr() local
3104 if (!Context.getTargetInfo().isValidFeatureName(CurFeature)) in checkTargetAttr()
3106 << Unsupported << None << CurFeature; in checkTargetAttr()