HomeSort by relevance Sort by last modified time
    Searched refs:InstTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
IRBuilder.h 382 template<typename InstTy>
383 InstTy *Insert(InstTy *I, const Twine &Name = "") const {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 544 TypeSourceInfo *InstTy;
550 InstTy = Ty;
552 InstTy = SemaRef.SubstType(Ty, TemplateArgs,
555 if (!InstTy)
558 FriendDecl *FD = SemaRef.CheckFriendTypeDecl(D->getFriendLoc(), InstTy);
    [all...]

Completed in 31 milliseconds