Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5539 bool ShouldConvert2 = false; in getMoreSpecializedTemplate() local
5562 ShouldConvert2 = Method2 && !Method2->isExplicitObjectMemberFunction(); in getMoreSpecializedTemplate()
5565 ShouldConvert2 in getMoreSpecializedTemplate()
5573 if (ShouldConvert2) { in getMoreSpecializedTemplate()
5629 Param2.reserve(FD2->param_size() + ShouldConvert2); in getMoreSpecializedTemplate()
5630 if (ShouldConvert2) in getMoreSpecializedTemplate()