Searched refs:AllowResultConversion (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Overload.h | 1104 unsigned AllowResultConversion : 1; 1447 bool AllowResultConversion);
|
| H A D | Sema.h | 10473 bool AllowExplicit, bool AllowResultConversion = true, 10485 bool AllowExplicit, bool AllowResultConversion = true);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 8271 bool AllowExplicit, bool AllowResultConversion, bool StrictPackMatch) { in AddConversionCandidate() argument 8288 if (!AllowResultConversion && in AddConversionCandidate() 8474 bool AllowResultConversion) { in AddTemplateConversionCandidateImmediately() argument 8513 AllowExplicit, AllowResultConversion, in AddTemplateConversionCandidateImmediately() 8521 bool AllowExplicit, bool AllowResultConversion) { in AddTemplateConversionCandidate() argument 8535 AllowResultConversion); in AddTemplateConversionCandidate() 8543 AllowObjCConversionOnExplicit, AllowExplicit, AllowResultConversion); in AddTemplateConversionCandidate() 11215 bool AllowResultConversion) { in AddDeferredConversionTemplateCandidate() argument 11222 AllowObjCConversionOnExplicit, AllowResultConversion, in AddDeferredConversionTemplateCandidate() 11260 C.AllowResultConversion); in AddTemplateOverloadCandidate()
|