Home
last modified time | relevance | path

Searched refs:TParam (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
DDIBuilder.h510 Function *Fn = nullptr, MDNode *TParam = nullptr,
520 MDNode *TParam = nullptr, MDNode *Decl = nullptr);
529 Function *Fn = nullptr, MDNode *TParam = nullptr,
557 Function *Fn = nullptr, MDNode *TParam = nullptr);
/external/llvm/lib/IR/
DDIBuilder.cpp683 bool isOptimized, Function *Fn, MDNode *TParam) { in createMethod() argument
694 cast_or_null<MDTuple>(TParam), nullptr, nullptr); in createMethod()
/external/clang/lib/Sema/
DSemaOverload.cpp9015 TemplateTypeParmDecl *TParam = cast<TemplateTypeParmDecl>(ParamD); in DiagnoseBadDeduction() local
9023 QualType NonCanonParam = Qs.apply(S.Context, TParam->getTypeForDecl()); in DiagnoseBadDeduction()