Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5538 bool ShouldConvert1 = false; in getMoreSpecializedTemplate() local
5561 ShouldConvert1 = Method1 && !Method1->isExplicitObjectMemberFunction(); in getMoreSpecializedTemplate()
5563 if (ShouldConvert1) { in getMoreSpecializedTemplate()
5575 ShouldConvert1 in getMoreSpecializedTemplate()
5622 Param1.reserve(FD1->param_size() + ShouldConvert1); in getMoreSpecializedTemplate()
5623 if (ShouldConvert1) in getMoreSpecializedTemplate()