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

  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 496 TypeSourceInfo *InstTy;
502 InstTy = Ty;
504 InstTy = SemaRef.SubstType(Ty, TemplateArgs,
507 if (!InstTy)
511 D->getFriendLoc(), InstTy);
    [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h 397 template<typename InstTy>
398 InstTy *Insert(InstTy *I, const Twine &Name = "") const {
    [all...]

Completed in 102 milliseconds