Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndex.cpp5619 int *always_deprecated, in clang_getCursorPlatformAvailability() argument
5625 if (always_deprecated) in clang_getCursorPlatformAvailability()
5626 *always_deprecated = 0; in clang_getCursorPlatformAvailability()
5645 if (always_deprecated) in clang_getCursorPlatformAvailability()
5646 *always_deprecated = 1; in clang_getCursorPlatformAvailability()
/external/clang/include/clang-c/
DIndex.h2252 int *always_deprecated,