Searched refs:GetCanonicalType (Results 1 – 3 of 3) sorted by relevance
37 inline const clang::Type* GetCanonicalType(const clang::Type* T) { in GetCanonicalType() function44 inline const clang::Type* GetCanonicalType(clang::QualType QT) { in GetCanonicalType() function45 return GetCanonicalType(QT.getTypePtr()); in GetCanonicalType()52 return GetCanonicalType(T->getElementType()); in GetExtVectorElementType()59 return GetCanonicalType(T->getPointeeType()); in GetPointeeType()66 return GetCanonicalType(T->getElementType()); in GetConstantArrayElementType()
265 if ((T = GetCanonicalType(T)) == nullptr) in TypeExportableHelper()326 FT = GetCanonicalType(FT); in TypeExportableHelper()450 const clang::Type *T = GetCanonicalType(VD->getType().getTypePtr()); in ValidateRSObjectInVarDecl()493 if ((T = GetCanonicalType(T)) == nullptr) in ValidateTypeHelper()556 FT = GetCanonicalType(FT); in ValidateTypeHelper()745 T = GetCanonicalType(T); in GetTypeName()1007 T = GetCanonicalType(T); in GetRSSpecificType()
134 const clang::Type* CT = GetCanonicalType(T); in CreateFromDecl()