Home
last modified time | relevance | path

Searched refs:clang_getResultType (Results 1 – 4 of 4) 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/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);