Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h149 typedef struct CXVersion { struct
167 } CXVersion; argument
2957 CXVersion Introduced;
2962 CXVersion Deprecated;
2967 CXVersion Obsoleted;
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c441 static void printVersion(const char *Prefix, CXVersion Version) { in printVersion()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp8200 static CXVersion convertVersion(VersionTuple In) { in convertVersion()
8201 CXVersion Out = {-1, -1, -1}; in convertVersion()