Searched refs:clang_getCanonicalType (Results 1 - 4 of 4) sorted by relevance

/external/clang/tools/libclang/
H A DCXType.cpp319 CXType clang_getCanonicalType(CXType CT) { function
/external/clang/include/clang-c/
H A DIndex.h2902 CINDEX_LINKAGE CXType clang_getCanonicalType(CXType T);
/external/clang/tools/c-index-test/
H A Dc-index-test.c774 clang_getCanonicalType(clang_getIBOutletCollectionType(Cursor));
1245 CXType CT = clang_getCanonicalType(T);
/external/clang/bindings/python/clang/
H A Dcindex.py1749 return conf.lib.clang_getCanonicalType(self)
2887 ("clang_getCanonicalType",

Completed in 8450 milliseconds