Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp412 SmallVector<StringRef, 4> UnmatchedExistingFeatures, UnmatchedReadFeatures; in checkTargetOptions() local
415 ReadFeatures.end(), std::back_inserter(UnmatchedExistingFeatures)); in checkTargetOptions()
429 for (StringRef Feature : UnmatchedExistingFeatures) in checkTargetOptions()
434 return !UnmatchedReadFeatures.empty() || !UnmatchedExistingFeatures.empty(); in checkTargetOptions()