Searched refs:TypeDecl (Results 1 – 3 of 3) sorted by relevance
48 class TypeDecl; variable195 void setAllocationType(const clang::TypeDecl* TD);200 void setScriptCallType(const clang::TypeDecl* TD);
218 void RSContext::setAllocationType(const clang::TypeDecl* TD) { in setAllocationType()222 void RSContext::setScriptCallType(const clang::TypeDecl* TD) { in setScriptCallType()
619 if (clang::TypeDecl* TD = llvm::dyn_cast<clang::TypeDecl>(*I)) { in HandleTopLevelDecl()