Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A Dlibclang.map348 clang_getTypeSpelling;
H A DCXType.cpp299 CXString clang_getTypeSpelling(CXType CT) { in clang_getTypeSpelling() function
/openbsd/gnu/llvm/clang/include/clang-c/
H A DIndex.h2851 CINDEX_LINKAGE CXString clang_getTypeSpelling(CXType CT);
/openbsd/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c824 CXString S = clang_getTypeSpelling(Underlying); in PrintCursor()
1028 CXString S = clang_getTypeSpelling(T); in PrintCursor()
1515 TypeSpelling = clang_getTypeSpelling(T); in PrintTypeAndTypeKind()
/openbsd/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py2486 return conf.lib.clang_getTypeSpelling(self)