Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h149 typedef struct CXVersion { struct
167 } CXVersion; typedef
2278 CXVersion Introduced;
2283 CXVersion Deprecated;
2288 CXVersion Obsoleted;
/external/clang/tools/libclang/
DCIndex.cpp5743 static CXVersion convertVersion(VersionTuple In) { in convertVersion()
5744 CXVersion Out = { -1, -1, -1 }; in convertVersion()
/external/clang/tools/c-index-test/
Dc-index-test.c269 static void printVersion(const char *Prefix, CXVersion Version) { in printVersion()