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; argument
2591 CXVersion Introduced;
2596 CXVersion Deprecated;
2601 CXVersion Obsoleted;
/external/clang/tools/libclang/
DCIndex.cpp6990 static CXVersion convertVersion(VersionTuple In) { in convertVersion()
6991 CXVersion Out = { -1, -1, -1 }; in convertVersion()
/external/clang/tools/c-index-test/
Dc-index-test.c361 static void printVersion(const char *Prefix, CXVersion Version) { in printVersion()