Home
last modified time | relevance | path

Searched refs:clang_getTypeSpelling (Results 1 – 5 of 5) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports253 clang_getTypeSpelling
DCXType.cpp223 CXString clang_getTypeSpelling(CXType CT) { in clang_getTypeSpelling() function
/external/clang/include/clang-c/
DIndex.h3033 CINDEX_LINKAGE CXString clang_getTypeSpelling(CXType CT);
/external/clang/tools/c-index-test/
Dc-index-test.c850 CXString S = clang_getTypeSpelling(T); in PrintCursor()
1301 TypeSpelling = clang_getTypeSpelling(T); in PrintTypeAndTypeKind()
/external/clang/bindings/python/clang/
Dcindex.py2002 return conf.lib.clang_getTypeSpelling(self)