Searched refs:TParam (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | DIBuilder.h | 510 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/ |
D | DIBuilder.cpp | 683 bool isOptimized, Function *Fn, MDNode *TParam) { in createMethod() argument 694 cast_or_null<MDTuple>(TParam), nullptr, nullptr); in createMethod()
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 9015 TemplateTypeParmDecl *TParam = cast<TemplateTypeParmDecl>(ParamD); in DiagnoseBadDeduction() local 9023 QualType NonCanonParam = Qs.apply(S.Context, TParam->getTypeForDecl()); in DiagnoseBadDeduction()
|