Home
last modified time | relevance | path

Searched refs:always_deprecated (Results 1 – 2 of 2) 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/clang/include/clang-c/
DIndex.h2651 int *always_deprecated,