Home
last modified time | relevance | path

Searched refs:GetTypeOfDecl (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp623 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in CountRSObjectTypes()
642 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in CountRSObjectTypes()
686 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in ClearStructRSObject()
1019 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in CreateStructRSSetObject()
1152 const clang::Type *T = RSExportType::GetTypeOfDecl(VD); in AppendRSObjectInit()
1201 const clang::Type *T = RSExportType::GetTypeOfDecl(VD); in AppendRSObjectInit()
1265 const clang::Type *T = RSExportType::GetTypeOfDecl(VD); in ClearRSObject()
1300 const clang::Type *T = RSExportType::GetTypeOfDecl(VD); in InitializeRSObject()
Dslang_rs_export_element.cpp132 const clang::Type* T = RSExportType::GetTypeOfDecl(DD); in CreateFromDecl()
Dslang_rs_export_type.cpp310 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in TypeExportableHelper()
525 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in ValidateTypeHelper()
701 *RSExportType::GetTypeOfDecl(const clang::DeclaratorDecl *DD) { in GetTypeOfDecl() function in slang::RSExportType
895 return RSExportType::Create(Context, GetTypeOfDecl(VD)); in CreateFromDecl()
1019 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in IsStructureTypeWithRSObject()
1334 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in Create()
Dslang_rs_export_type.h253 static const clang::Type *GetTypeOfDecl(const clang::DeclaratorDecl *DD);