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

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp151 const clang::TypedefNameDecl *TD = TT->getDecl(); local
152 EI = GetElementInfo(TD->getName());
156 T = TD->getUnderlyingType().getTypePtr();
H A Dslang_rs_context.cpp217 void RSContext::setAllocationType(const clang::TypeDecl* TD) { argument
218 mAllocationType = mCtx.getTypeDeclType(TD);
221 void RSContext::setScriptCallType(const clang::TypeDecl* TD) { argument
222 mScriptCallType = mCtx.getTypeDeclType(TD);

Completed in 662 milliseconds