Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3229 auto CurFeature = StringRef(Feature).drop_front(); // remove + or -. in checkTargetAttr() local
3230 if (!Context.getTargetInfo().isValidFeatureName(CurFeature)) in checkTargetAttr()
3232 << Unsupported << None << CurFeature; in checkTargetAttr()