OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CXPlatformAvailability
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h
2883
typedef struct
CXPlatformAvailability
{
2914
}
CXPlatformAvailability
;
2936
* \param availability If non-NULL, an array of
CXPlatformAvailability
instances
2955
CXPlatformAvailability
*availability, int availability_size);
2958
* Free the memory associated with a \c
CXPlatformAvailability
structure.
2961
clang_disposeCXPlatformAvailability(
CXPlatformAvailability
*availability);
/src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c
785
CXPlatformAvailability
PlatformAvailability[2];
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
8086
CXPlatformAvailability
*availability,
8127
void clang_disposeCXPlatformAvailability(
CXPlatformAvailability
*availability) {
Completed in 29 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026