Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports247 clang_getTypeSpelling
DCXType.cpp221 CXString clang_getTypeSpelling(CXType CT) { in clang_getTypeSpelling() function
/external/clang/include/clang-c/
DIndex.h2966 CINDEX_LINKAGE CXString clang_getTypeSpelling(CXType CT);
/external/clang/tools/c-index-test/
Dc-index-test.c835 CXString S = clang_getTypeSpelling(T); in PrintCursor()
1285 TypeSpelling = clang_getTypeSpelling(T); in PrintTypeAndTypeKind()
/external/clang/bindings/python/clang/
Dcindex.py1948 return conf.lib.clang_getTypeSpelling(self)