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

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp133 const clang::Type* T = RSExportType::GetTypeOfDecl(DD);
H A Dslang_rs_object_ref_count.cpp525 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
544 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
588 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
923 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
1092 const clang::Type *T = RSExportType::GetTypeOfDecl(VD);
1159 const clang::Type *T = RSExportType::GetTypeOfDecl(VD);
1265 const clang::Type *T = RSExportType::GetTypeOfDecl(VD);
1300 const clang::Type *T = RSExportType::GetTypeOfDecl(VD);
H A Dslang_rs_export_type.cpp324 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
559 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
736 *RSExportType::GetTypeOfDecl(const clang::DeclaratorDecl *DD) { function in class:slang::RSExportType
933 return RSExportType::Create(Context, GetTypeOfDecl(VD),
1059 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
1378 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
H A Dslang_rs_export_type.h287 static const clang::Type *GetTypeOfDecl(const clang::DeclaratorDecl *DD);

Completed in 31 milliseconds