Home
last modified time | relevance | path

Searched refs:always_deprecated (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp7992 const Decl *D, int *always_deprecated, CXString *deprecated_message, in getCursorPlatformAvailabilityForDecl() argument
7999 if (always_deprecated) in getCursorPlatformAvailabilityForDecl()
8000 *always_deprecated = 1; in getCursorPlatformAvailabilityForDecl()
8028 cast<Decl>(EnumConst->getDeclContext()), always_deprecated, in getCursorPlatformAvailabilityForDecl()
8082 int clang_getCursorPlatformAvailability(CXCursor cursor, int *always_deprecated, in clang_getCursorPlatformAvailability() argument
8088 if (always_deprecated) in clang_getCursorPlatformAvailability()
8089 *always_deprecated = 0; in clang_getCursorPlatformAvailability()
8105 getCursorPlatformAvailabilityForDecl(D, always_deprecated, deprecated_message, in clang_getCursorPlatformAvailability()
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h2953 CXCursor cursor, int *always_deprecated, CXString *deprecated_message,