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

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp124 const clang::Type* T = RSExportType::GetTypeOfDecl(DD);
H A Dslang_rs_export_type.cpp194 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
348 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
434 *RSExportType::GetTypeOfDecl(const clang::DeclaratorDecl *DD) { function in class:slang::RSExportType
636 return RSExportType::Create(Context, GetTypeOfDecl(VD));
758 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
1114 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
H A Dslang_rs_object_ref_count.cpp633 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
652 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
695 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
1019 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
1149 const clang::Type *T = RSExportType::GetTypeOfDecl(VD);
1194 const clang::Type *T = RSExportType::GetTypeOfDecl(VD);
1255 const clang::Type *T = RSExportType::GetTypeOfDecl(VD);
1289 const clang::Type *T = RSExportType::GetTypeOfDecl(VD);
H A Dslang_rs_export_type.h141 static const clang::Type *GetTypeOfDecl(const clang::DeclaratorDecl *DD);

Completed in 48 milliseconds