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

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp131 const clang::DeclaratorDecl *DD) {
132 const clang::Type* T = RSExportType::GetTypeOfDecl(DD);
130 CreateFromDecl(RSContext *Context, const clang::DeclaratorDecl *DD) argument
H A Dslang_rs_export_type.cpp701 *RSExportType::GetTypeOfDecl(const clang::DeclaratorDecl *DD) { argument
702 if (DD) {
703 clang::QualType T = DD->getType();

Completed in 38 milliseconds