HomeSort by: relevance | last modified time | path
    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