Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports177 clang_getCanonicalType
H A DCXType.cpp389 CXType clang_getCanonicalType(CXType CT) { in clang_getCanonicalType() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h3640 CINDEX_LINKAGE CXType clang_getCanonicalType(CXType T);
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c968 clang_getCanonicalType(clang_getIBOutletCollectionType(Cursor)); in PrintCursor()
1587 CXType CT = clang_getCanonicalType(T); in PrintType()
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py2294 return conf.lib.clang_getCanonicalType(self)