Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports219 clang_getTypeKindSpelling
DCXType.cpp425 CXString clang_getTypeKindSpelling(enum CXTypeKind K) { in clang_getTypeKindSpelling() function
/external/clang/tools/c-index-test/
Dc-index-test.c707 CXString S = clang_getTypeKindSpelling(T.kind); in PrintCursor()
1151 TypeKindSpelling = clang_getTypeKindSpelling(T.kind); in PrintTypeAndTypeKind()
2104 CXString S = clang_getTypeKindSpelling(T.kind); in inspect_cursor_at()
/external/clang/include/clang-c/
DIndex.h2839 CINDEX_LINKAGE CXString clang_getTypeKindSpelling(enum CXTypeKind K);
/external/clang/bindings/python/clang/
Dcindex.py1431 return conf.lib.clang_getTypeKindSpelling(self.value)