Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaAvailability.cpp413 OffendingDecl->getVersionIntroduced().getAsString(); in DoEmitAvailabilityWarning()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h713 VersionTuple getVersionIntroduced() const;
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp688 VersionTuple Decl::getVersionIntroduced() const { in getVersionIntroduced() function in Decl