Searched defs:GetCanonicalType (Results 1 - 1 of 1) 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());

Completed in 58 milliseconds