Searched refs:HasFeature (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp108 bool HasFeature = llvm::StringSwitch<bool>(Feature) local
128 if (!HasFeature)
129 HasFeature = std::find(LangOpts.ModuleFeatures.begin(),
132 return HasFeature;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1107 /// HasFeature - Return true if we recognize and implement the feature
1109 static bool HasFeature(const Preprocessor &PP, StringRef Feature) {
1127 if (HasFeature(PP, Extension))
1143 // Because we inherit the feature list from HasFeature, this string switch
1144 // must be less restrictive than HasFeature's.
1619 return II && HasFeature(*this, II->getName());

Completed in 107 milliseconds