Home
last modified time | relevance | path

Searched refs:clang_getResultType (Results 1 – 11 of 11) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports239 clang_getResultType
DCXType.cpp585 CXType clang_getResultType(CXType X) { in clang_getResultType() function
602 return clang_getResultType(clang_getCursorType(C)); in clang_getCursorResultType()
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports271 clang_getResultType
DCXType.cpp711 CXType clang_getResultType(CXType X) { in clang_getResultType() function
728 return clang_getResultType(clang_getCursorType(C)); in clang_getCursorResultType()
/external/clang/bindings/python/clang/
Dcindex.py1375 self._result_type = conf.lib.clang_getResultType(self.type)
1933 return conf.lib.clang_getResultType(self)
/external/clang/include/clang-c/
DIndex.h3308 CINDEX_LINKAGE CXType clang_getResultType(CXType T);
/external/rust/crates/bindgen/src/
Dclang.rs1227 x: unsafe { clang_getResultType(self.x) }, in ret_type()
/external/llvm-project/clang/include/clang-c/
DIndex.h3708 CINDEX_LINKAGE CXType clang_getResultType(CXType T);
/external/rust/crates/clang-sys/src/
Dlib.rs2095 pub fn clang_getResultType(type_: CXType) -> CXType;
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py2352 return conf.lib.clang_getResultType(self)
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c1729 CXType RT = clang_getResultType(T); in PrintSingleTypeSize()