Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp409 OffendingDecl->getVersionIntroduced().getAsString(); in DoEmitAvailabilityWarning()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h678 VersionTuple getVersionIntroduced() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp674 VersionTuple Decl::getVersionIntroduced() const { in getVersionIntroduced() function in Decl