Searched defs:DD (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp132 const clang::DeclaratorDecl *DD) {
133 const clang::Type* T = RSExportType::GetTypeOfDecl(DD);
131 CreateFromDecl(RSContext *Context, const clang::DeclaratorDecl *DD) argument
H A Dslang_rs_export_type.cpp732 *RSExportType::GetTypeOfDecl(const clang::DeclaratorDecl *DD) { argument
733 if (DD) {
734 clang::QualType T = DD->getType();

Completed in 49 milliseconds