Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp3426 auto CurFeature = StringRef(Feature).drop_front(); // remove + or -. in checkTargetAttr() local
3427 if (!Context.getTargetInfo().isValidFeatureName(CurFeature)) in checkTargetAttr()
3429 << Unsupported << None << CurFeature << Target; in checkTargetAttr()