Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAvailability.cpp409 OffendingDecl->getVersionIntroduced().getAsString(); in DoEmitAvailabilityWarning()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h702 VersionTuple getVersionIntroduced() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp675 VersionTuple Decl::getVersionIntroduced() const { in getVersionIntroduced() function in Decl