Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndex.cpp6640 int *always_deprecated, in getCursorPlatformAvailabilityForDecl() argument
6651 if (always_deprecated) in getCursorPlatformAvailabilityForDecl()
6652 *always_deprecated = 1; in getCursorPlatformAvailabilityForDecl()
6690 always_deprecated, in getCursorPlatformAvailabilityForDecl()
6701 int *always_deprecated, in clang_getCursorPlatformAvailability() argument
6707 if (always_deprecated) in clang_getCursorPlatformAvailability()
6708 *always_deprecated = 0; in clang_getCursorPlatformAvailability()
6723 return getCursorPlatformAvailabilityForDecl(D, always_deprecated, in clang_getCursorPlatformAvailability()
/external/clang/include/clang-c/
DIndex.h2595 int *always_deprecated,