Searched defs:always_unavailable (Results 1 – 1 of 1) sorted by relevance
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 8546 getCursorPlatformAvailabilityForDecl(const Decl * D,int * always_deprecated,CXString * deprecated_message,int * always_unavailable,CXString * unavailable_message,SmallVectorImpl<AvailabilityAttr * > & AvailabilityAttrs) getCursorPlatformAvailabilityForDecl() argument 8664 clang_getCursorPlatformAvailability(CXCursor cursor,int * always_deprecated,CXString * deprecated_message,int * always_unavailable,CXString * unavailable_message,CXPlatformAvailability * availability,int availability_size) clang_getCursorPlatformAvailability() argument
|