HomeSort by relevance Sort by last modified time
    Searched refs:GetCanonicalType (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/slang/
slang_rs_export_type.h 38 inline const clang::Type* GetCanonicalType(const clang::Type* T) {
45 inline const clang::Type* GetCanonicalType(clang::QualType QT) {
46 return GetCanonicalType(QT.getTypePtr());
53 return GetCanonicalType(T->getElementType());
60 return GetCanonicalType(T->getPointeeType());
67 return GetCanonicalType(T->getElementType());
slang_rs_export_element.cpp 134 const clang::Type* CT = GetCanonicalType(T);
slang_rs_export_type.cpp 265 if ((T = GetCanonicalType(T)) == nullptr)
326 FT = GetCanonicalType(FT);
456 const clang::Type *T = GetCanonicalType(VD->getType().getTypePtr());
499 if ((T = GetCanonicalType(T)) == nullptr)
562 FT = GetCanonicalType(FT);
751 T = GetCanonicalType(T);
    [all...]

Completed in 164 milliseconds