Searched refs:TypeDecl (Results 1 – 3 of 3) sorted by relevance
48 class TypeDecl; variable190 void setAllocationType(const clang::TypeDecl* TD);195 void setScriptCallType(const clang::TypeDecl* TD);
217 void RSContext::setAllocationType(const clang::TypeDecl* TD) { in setAllocationType()221 void RSContext::setScriptCallType(const clang::TypeDecl* TD) { in setScriptCallType()
380 if (clang::TypeDecl* TD = llvm::dyn_cast<clang::TypeDecl>(*I)) { in HandleTopLevelDecl()