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 541 TypeSourceInfo *InstTy;
547 InstTy = Ty;
549 InstTy = SemaRef.SubstType(Ty, TemplateArgs,
552 if (!InstTy)
555 FriendDecl *FD = SemaRef.CheckFriendTypeDecl(D->getFriendLoc(), InstTy);
    [all...]

Completed in 1201 milliseconds