Home
last modified time | relevance | path

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

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