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.cpp526 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
545 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
589 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
922 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
1087 const clang::Type *T = RSExportType::GetTypeOfDecl(VD);
1136 const clang::Type *T = RSExportType::GetTypeOfDecl(VD);
1242 const clang::Type *T = RSExportType::GetTypeOfDecl(VD);
1277 const clang::Type *T = RSExportType::GetTypeOfDecl(VD);
H A Dslang_rs_export_type.cpp325 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
555 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
732 *RSExportType::GetTypeOfDecl(const clang::DeclaratorDecl *DD) { function in class:slang::RSExportType
929 return RSExportType::Create(Context, GetTypeOfDecl(VD),
1054 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
1371 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
H A Dslang_rs_export_type.h285 static const clang::Type *GetTypeOfDecl(const clang::DeclaratorDecl *DD);

Completed in 711 milliseconds