Searched refs:GetCanonicalType (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.h37 inline const clang::Type* GetCanonicalType(const clang::Type* T) { function
44 inline const clang::Type* GetCanonicalType(clang::QualType QT) { function
45 return GetCanonicalType(QT.getTypePtr());
52 return GetCanonicalType(T->getElementType());
59 return GetCanonicalType(T->getPointeeType());
66 return GetCanonicalType(T->getElementType());
H A Dslang_rs_export_element.cpp133 const clang::Type* CT = GetCanonicalType(T);
H A Dslang_rs_export_type.cpp248 if ((T = GetCanonicalType(T)) == NULL)
309 FT = GetCanonicalType(FT);
415 const clang::Type *T = GetCanonicalType(VD->getType().getTypePtr());
455 if ((T = GetCanonicalType(T)) == NULL)
518 FT = GetCanonicalType(FT);
679 T = GetCanonicalType(T);
937 T = GetCanonicalType(T);

Completed in 1005 milliseconds