Home
last modified time | relevance | path

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

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