Searched refs:deprecated_message (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 8221 const Decl *D, int *always_deprecated, CXString *deprecated_message, in getCursorPlatformAvailabilityForDecl() argument 8230 if (deprecated_message) { in getCursorPlatformAvailabilityForDecl() 8231 clang_disposeString(*deprecated_message); in getCursorPlatformAvailabilityForDecl() 8232 *deprecated_message = cxstring::createDup(Deprecated->getMessage()); in getCursorPlatformAvailabilityForDecl() 8258 deprecated_message, always_unavailable, unavailable_message, in getCursorPlatformAvailabilityForDecl() 8286 CD, always_deprecated, deprecated_message, always_unavailable, in getCursorPlatformAvailabilityForDecl() 8339 CXString *deprecated_message, in clang_getCursorPlatformAvailability() argument 8346 if (deprecated_message) in clang_getCursorPlatformAvailability() 8347 *deprecated_message = cxstring::createEmpty(); in clang_getCursorPlatformAvailability() 8361 getCursorPlatformAvailabilityForDecl(D, always_deprecated, deprecated_message, in clang_getCursorPlatformAvailability()
|
| /llvm-project-15.0.7/clang/include/clang-c/ |
| H A D | Index.h | 3016 CXCursor cursor, int *always_deprecated, CXString *deprecated_message,
|