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
2535 CXVersion Introduced;
2540 CXVersion Deprecated;
2545 CXVersion Obsoleted;
/external/clang/tools/c-index-test/
Dc-index-test.c357 static void printVersion(const char *Prefix, CXVersion Version) { in printVersion()
/external/clang/tools/libclang/
DCIndex.cpp6619 static CXVersion convertVersion(VersionTuple In) { in convertVersion()
6620 CXVersion Out = { -1, -1, -1 }; in convertVersion()