Home
last modified time | relevance | path

Searched refs:TypeDecl (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_context.h48 class TypeDecl; variable
195 void setAllocationType(const clang::TypeDecl* TD);
200 void setScriptCallType(const clang::TypeDecl* TD);
Dslang_rs_context.cpp218 void RSContext::setAllocationType(const clang::TypeDecl* TD) { in setAllocationType()
222 void RSContext::setScriptCallType(const clang::TypeDecl* TD) { in setScriptCallType()
Dslang_backend.cpp619 if (clang::TypeDecl* TD = llvm::dyn_cast<clang::TypeDecl>(*I)) { in HandleTopLevelDecl()