Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp414 SmallVector<StringRef, 4> UnmatchedExistingFeatures, UnmatchedReadFeatures; in checkTargetOptions() local
420 std::back_inserter(UnmatchedReadFeatures)); in checkTargetOptions()
424 if (AllowCompatibleDifferences && UnmatchedReadFeatures.empty()) in checkTargetOptions()
428 for (StringRef Feature : UnmatchedReadFeatures) in checkTargetOptions()
436 return !UnmatchedReadFeatures.empty() || !UnmatchedExistingFeatures.empty(); in checkTargetOptions()