Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang-c/
H A DIndex.h150 typedef struct CXVersion { struct
168 } CXVersion; argument
2299 CXVersion Introduced;
2304 CXVersion Deprecated;
2309 CXVersion Obsoleted;
/openbsd/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c443 static void printVersion(const char *Prefix, CXVersion Version) { in printVersion()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp8237 static CXVersion convertVersion(VersionTuple In) { in convertVersion()
8238 CXVersion Out = {-1, -1, -1}; in convertVersion()