Searched refs:isValidFeatureName (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.h129 bool isValidFeatureName(StringRef Feature) const override {
H A DX86.h274 bool isValidFeatureName(StringRef Name) const override;
H A DX86.cpp798 bool X86TargetInfo::isValidFeatureName(StringRef Name) const { function in class:X86TargetInfo
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1171 virtual bool isValidFeatureName(StringRef Feature) const { function in class:clang::TargetInfo
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3086 if (!Context.getTargetInfo().isValidFeatureName(CurFeature))
H A DSemaDecl.cpp10009 !TargetInfo.isValidFeatureName(BareFeat)) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11203 return !Target->isValidFeatureName(

Completed in 615 milliseconds