Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2307 VersionTuple OldIntroduced = OldAA->getIntroduced(); in mergeAvailabilityAttr() local
2312 if (!versionsMatch(OldIntroduced, Introduced, OverrideOrImpl) || in mergeAvailabilityAttr()
2321 if (!versionsMatch(OldIntroduced, Introduced, OverrideOrImpl)) { in mergeAvailabilityAttr()
2323 FirstVersion = OldIntroduced; in mergeAvailabilityAttr()
2376 MergedIntroduced2 = OldIntroduced; in mergeAvailabilityAttr()