Searched defs:AllowExplicit (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 1539 AllowedExplicit AllowExplicit, in TryUserDefinedConversion() 1642 AllowedExplicit AllowExplicit, in TryImplicitConversion() 1697 AllowedExplicit AllowExplicit, in TryImplicitConversion() 3621 bool AllowExplicit) { in IsInitializerListConstructorConversion() 3693 AllowedExplicit AllowExplicit, in IsUserDefinedConversion() 4888 bool AllowExplicit) { in FindConversionForRefInit() 5005 bool AllowExplicit) { in TryReferenceInit() 5593 bool AllowExplicit) { in TryCopyInitialization() 7686 const bool AllowExplicit = false; in CheckNonDependentConversions() local 7802 bool AllowExplicit, bool AllowResultConversion) { in AddConversionCandidate() [all …]
|
| H A D | SemaInit.cpp | 4094 bool CopyInitializing, bool AllowExplicit, bool OnlyListConstructors, in ResolveConstructorOverload() 4263 bool AllowExplicit = Kind.AllowExplicit() || IsListInit; in TryConstructorInitialization() local 5692 bool AllowExplicit = Kind.AllowExplicit(); in TryUserDefinedConversion() local 10520 bool AllowExplicit) { in PerformCopyInitialization() 10658 bool AllowExplicit = !Kind.isCopyInit() || ListInit; in DeduceTemplateSpecializationFromInitializer() local
|
| H A D | SemaDeclCXX.cpp | 16193 bool AllowExplicit, in CompleteConstructorCall()
|
| H A D | SemaExpr.cpp | 6674 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Initialization.h | 773 bool AllowExplicit() const { return !isCopyInit(); } in AllowExplicit() function
|