Searched refs:CXVersion (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h149 typedef struct CXVersion { struct
167 } CXVersion; typedef in typeref:struct:CXVersion
2894 CXVersion Introduced;
2899 CXVersion Deprecated;
2904 CXVersion Obsoleted;
/netbsd-current/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c441 static void printVersion(const char *Prefix, CXVersion Version) {
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp7971 static CXVersion convertVersion(VersionTuple In) {
7972 CXVersion Out = {-1, -1, -1};

Completed in 285 milliseconds