Home
last modified time | relevance | path

Searched refs:clang_getCanonicalType (Results 1 – 12 of 12) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports153 clang_getCanonicalType
DCXType.cpp321 CXType clang_getCanonicalType(CXType CT) { in clang_getCanonicalType() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports177 clang_getCanonicalType
DCXType.cpp389 CXType clang_getCanonicalType(CXType CT) { in clang_getCanonicalType() function
/external/clang/include/clang-c/
DIndex.h3230 CINDEX_LINKAGE CXType clang_getCanonicalType(CXType T);
/external/rust/crates/bindgen/src/
Dclang.rs1213 x: clang_getCanonicalType(self.x), in canonical_type()
/external/llvm-project/clang/include/clang-c/
DIndex.h3620 CINDEX_LINKAGE CXType clang_getCanonicalType(CXType T);
/external/clang/tools/c-index-test/
Dc-index-test.c804 clang_getCanonicalType(clang_getIBOutletCollectionType(Cursor)); in PrintCursor()
1335 CXType CT = clang_getCanonicalType(T); in PrintType()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c967 clang_getCanonicalType(clang_getIBOutletCollectionType(Cursor)); in PrintCursor()
1586 CXType CT = clang_getCanonicalType(T); in PrintType()
/external/rust/crates/clang-sys/src/
Dlib.rs1983 pub fn clang_getCanonicalType(type_: CXType) -> CXType;
/external/clang/bindings/python/clang/
Dcindex.py1881 return conf.lib.clang_getCanonicalType(self)
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py2294 return conf.lib.clang_getCanonicalType(self)