Home
last modified time | relevance | path

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

/external/rust/crates/clang-sys/src/
Dsupport.rs25 use super::CXVersion;
50 pub version: Option<CXVersion>,
185 fn parse_version(path: &Path) -> Option<CXVersion> { in parse_version() argument
192 Some(CXVersion { in parse_version()
Dlib.rs1546 pub Introduced: CXVersion,
1547 pub Deprecated: CXVersion,
1548 pub Obsoleted: CXVersion,
1652 pub struct CXVersion { struct
1658 default!(CXVersion); argument
/external/clang/include/clang-c/
DIndex.h149 typedef struct CXVersion { struct
167 } CXVersion; argument
2591 CXVersion Introduced;
2596 CXVersion Deprecated;
2601 CXVersion Obsoleted;
/external/llvm-project/clang/include/clang-c/
DIndex.h149 typedef struct CXVersion { struct
167 } CXVersion; argument
2874 CXVersion Introduced;
2879 CXVersion Deprecated;
2884 CXVersion Obsoleted;
/external/rust/crates/clang-sys/
DCHANGELOG.md322 - Changed `Clang` struct `version` field type to `Option<CXVersion>`
/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()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c440 static void printVersion(const char *Prefix, CXVersion Version) { in printVersion()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp7919 static CXVersion convertVersion(VersionTuple In) { in convertVersion()
7920 CXVersion Out = {-1, -1, -1}; in convertVersion()