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
2291 CXVersion Introduced;
2296 CXVersion Deprecated;
2301 CXVersion Obsoleted;
/external/clang/tools/libclang/
DCIndex.cpp5845 static CXVersion convertVersion(VersionTuple In) { in convertVersion()
5846 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()