Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports132 clang_getCanonicalType
DCXType.cpp319 CXType clang_getCanonicalType(CXType CT) { in clang_getCanonicalType() function
/external/clang/include/clang-c/
DIndex.h2902 CINDEX_LINKAGE CXType clang_getCanonicalType(CXType T);
/external/clang/tools/c-index-test/
Dc-index-test.c774 clang_getCanonicalType(clang_getIBOutletCollectionType(Cursor)); in PrintCursor()
1245 CXType CT = clang_getCanonicalType(T); in PrintType()
/external/clang/bindings/python/clang/
Dcindex.py1749 return conf.lib.clang_getCanonicalType(self)