reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang-c/Index.h
 2874   CXVersion Introduced;
 2879   CXVersion Deprecated;
 2884   CXVersion Obsoleted;
tools/clang/tools/c-index-test/c-index-test.c
  440 static void printVersion(const char *Prefix, CXVersion Version) {
tools/clang/tools/libclang/CIndex.cpp
 7813 static CXVersion convertVersion(VersionTuple In) {
 7814   CXVersion Out = { -1, -1, -1 };