Home
last modified time | relevance | path

Searched refs:InstTy (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp544 TypeSourceInfo *InstTy; in VisitFriendDecl() local
550 InstTy = Ty; in VisitFriendDecl()
552 InstTy = SemaRef.SubstType(Ty, TemplateArgs, in VisitFriendDecl()
555 if (!InstTy) in VisitFriendDecl()
558 FriendDecl *FD = SemaRef.CheckFriendTypeDecl(D->getFriendLoc(), InstTy); in VisitFriendDecl()
/external/llvm/include/llvm/Support/
DIRBuilder.h382 template<typename InstTy>
383 InstTy *Insert(InstTy *I, const Twine &Name = "") const {