Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports252 clang_getTypeKindSpelling
DCXType.cpp443 CXString clang_getTypeKindSpelling(enum CXTypeKind K) { in clang_getTypeKindSpelling() function
/external/clang/tools/c-index-test/
Dc-index-test.c805 CXString S = clang_getTypeKindSpelling(T.kind); in PrintCursor()
1302 TypeKindSpelling = clang_getTypeKindSpelling(T.kind); in PrintTypeAndTypeKind()
2422 CXString S = clang_getTypeKindSpelling(T.kind); in inspect_print_cursor()
/external/clang/include/clang-c/
DIndex.h3294 CINDEX_LINKAGE CXString clang_getTypeKindSpelling(enum CXTypeKind K);
/external/clang/bindings/python/clang/
Dcindex.py1699 return conf.lib.clang_getTypeKindSpelling(self.value)