Searched refs:TD (Results 1 - 4 of 4) 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);
H A Dslang_rs_context.h190 void setAllocationType(const clang::TypeDecl* TD);
195 void setScriptCallType(const clang::TypeDecl* TD);
H A Dslang_backend.cpp380 if (clang::TypeDecl* TD = llvm::dyn_cast<clang::TypeDecl>(*I)) {
381 clang::StringRef TypeName = TD->getName();
383 mContext->setAllocationType(TD);
385 mContext->setScriptCallType(TD);

Completed in 45 milliseconds