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

  /frameworks/compile/slang/
slang_rs_export_element.cpp 132 const clang::Type* T = RSExportType::GetTypeOfDecl(DD);
slang_rs_object_ref_count.cpp 621 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
640 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
684 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
    [all...]
slang_rs_export_type.cpp 308 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
517 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
666 *RSExportType::GetTypeOfDecl(const clang::DeclaratorDecl *DD) {
860 return RSExportType::Create(Context, GetTypeOfDecl(VD));
    [all...]
slang_rs_export_type.h 253 static const clang::Type *GetTypeOfDecl(const clang::DeclaratorDecl *DD);

Completed in 49 milliseconds