Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndex.cpp7011 int *always_deprecated, in getCursorPlatformAvailabilityForDecl() argument
7022 if (always_deprecated) in getCursorPlatformAvailabilityForDecl()
7023 *always_deprecated = 1; in getCursorPlatformAvailabilityForDecl()
7061 always_deprecated, in getCursorPlatformAvailabilityForDecl()
7072 int *always_deprecated, in clang_getCursorPlatformAvailability() argument
7078 if (always_deprecated) in clang_getCursorPlatformAvailability()
7079 *always_deprecated = 0; in clang_getCursorPlatformAvailability()
7094 return getCursorPlatformAvailabilityForDecl(D, always_deprecated, in clang_getCursorPlatformAvailability()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp7940 const Decl *D, int *always_deprecated, CXString *deprecated_message, in getCursorPlatformAvailabilityForDecl() argument
7947 if (always_deprecated) in getCursorPlatformAvailabilityForDecl()
7948 *always_deprecated = 1; in getCursorPlatformAvailabilityForDecl()
7976 cast<Decl>(EnumConst->getDeclContext()), always_deprecated, in getCursorPlatformAvailabilityForDecl()
8030 int clang_getCursorPlatformAvailability(CXCursor cursor, int *always_deprecated, in clang_getCursorPlatformAvailability() argument
8036 if (always_deprecated) in clang_getCursorPlatformAvailability()
8037 *always_deprecated = 0; in clang_getCursorPlatformAvailability()
8053 getCursorPlatformAvailabilityForDecl(D, always_deprecated, deprecated_message, in clang_getCursorPlatformAvailability()
/external/clang/include/clang-c/
DIndex.h2651 int *always_deprecated,
/external/llvm-project/clang/include/clang-c/
DIndex.h2933 CXCursor cursor, int *always_deprecated, CXString *deprecated_message,