Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/tools/libclang/
DCIndex.cpp8259 int *always_unavailable, CXString *unavailable_message, in getCursorPlatformAvailabilityForDecl() argument
8276 if (always_unavailable) in getCursorPlatformAvailabilityForDecl()
8277 *always_unavailable = 1; in getCursorPlatformAvailabilityForDecl()
8295 deprecated_message, always_unavailable, unavailable_message, in getCursorPlatformAvailabilityForDecl()
8323 CD, always_deprecated, deprecated_message, always_unavailable, in getCursorPlatformAvailabilityForDecl()
8377 int *always_unavailable, in clang_getCursorPlatformAvailability() argument
8385 if (always_unavailable) in clang_getCursorPlatformAvailability()
8386 *always_unavailable = 0; in clang_getCursorPlatformAvailability()
8399 always_unavailable, unavailable_message, in clang_getCursorPlatformAvailability()
/openbsd/src/gnu/llvm/clang/include/clang-c/
DIndex.h2359 int *always_unavailable, CXString *unavailable_message,