Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp2020 VersionTuple OldIntroduced = OldAA->getIntroduced(); in mergeAvailabilityAttr() local
2025 if (!versionsMatch(OldIntroduced, Introduced, OverrideOrImpl) || in mergeAvailabilityAttr()
2034 if (!versionsMatch(OldIntroduced, Introduced, OverrideOrImpl)) { in mergeAvailabilityAttr()
2036 FirstVersion = OldIntroduced; in mergeAvailabilityAttr()
2080 MergedIntroduced2 = OldIntroduced; in mergeAvailabilityAttr()
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp2317 VersionTuple OldIntroduced = OldAA->getIntroduced(); in mergeAvailabilityAttr() local
2322 if (!versionsMatch(OldIntroduced, Introduced, OverrideOrImpl) || in mergeAvailabilityAttr()
2331 if (!versionsMatch(OldIntroduced, Introduced, OverrideOrImpl)) { in mergeAvailabilityAttr()
2333 FirstVersion = OldIntroduced; in mergeAvailabilityAttr()
2377 MergedIntroduced2 = OldIntroduced; in mergeAvailabilityAttr()