Searched refs:convertVersion (Results 1 – 2 of 2) sorted by relevance
6990 static CXVersion convertVersion(VersionTuple In) { in convertVersion() function7047 availability[N].Introduced = convertVersion(Avail->getIntroduced()); in getCursorPlatformAvailabilityForDecl()7048 availability[N].Deprecated = convertVersion(Avail->getDeprecated()); in getCursorPlatformAvailabilityForDecl()7049 availability[N].Obsoleted = convertVersion(Avail->getObsoleted()); in getCursorPlatformAvailabilityForDecl()
7919 static CXVersion convertVersion(VersionTuple In) { in convertVersion() function8062 convertVersion(Avail.value()->getIntroduced()); in clang_getCursorPlatformAvailability()8064 convertVersion(Avail.value()->getDeprecated()); in clang_getCursorPlatformAvailability()8066 convertVersion(Avail.value()->getObsoleted()); in clang_getCursorPlatformAvailability()