Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports252 clang_getTypeKindSpelling
DCXType.cpp443 CXString clang_getTypeKindSpelling(enum CXTypeKind K) { in clang_getTypeKindSpelling() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports286 clang_getTypeKindSpelling
DCXType.cpp543 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/llvm-project/clang/tools/c-index-test/
Dc-index-test.c968 CXString S = clang_getTypeKindSpelling(T.kind); in PrintCursor()
1504 TypeKindSpelling = clang_getTypeKindSpelling(T.kind); in PrintTypeAndTypeKind()
2930 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/rust/crates/bindgen/src/
Dclang.rs1711 unsafe { cxstring_into_string(clang_getTypeKindSpelling(x)) } in type_to_str()
/external/llvm-project/clang/include/clang-c/
DIndex.h3694 CINDEX_LINKAGE CXString clang_getTypeKindSpelling(enum CXTypeKind K);
/external/rust/crates/clang-sys/src/
Dlib.rs2111 pub fn clang_getTypeKindSpelling(type_: CXTypeKind) -> CXString;
/external/clang/bindings/python/clang/
Dcindex.py1699 return conf.lib.clang_getTypeKindSpelling(self.value)
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py2025 return conf.lib.clang_getTypeKindSpelling(self.value)