Searched defs:AllowExplicit (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 1657 AllowedExplicit AllowExplicit, in TryUserDefinedConversion() 1780 AllowedExplicit AllowExplicit, in TryImplicitConversion() 1852 AllowedExplicit AllowExplicit, in TryImplicitConversion() 1864 bool AllowExplicit) { in PerformImplicitConversion() 3887 bool AllowExplicit) { in IsInitializerListConstructorConversion() 3959 AllowedExplicit AllowExplicit, in IsUserDefinedConversion() 5146 bool AllowExplicit) { in FindConversionForRefInit() 5266 bool AllowExplicit) { in TryReferenceInit() 5864 bool AllowExplicit) { in TryCopyInitialization() 7043 bool PartialOverloading, bool AllowExplicit, bool AllowExplicitConversions, in AddOverloadCandidate() [all …]
|
| H A D | SemaInit.cpp | 4350 bool CopyInitializing, bool AllowExplicit, bool OnlyListConstructors, in ResolveConstructorOverload() 4549 bool AllowExplicit = Kind.AllowExplicit() || IsListInit; in TryConstructorInitialization() local 6100 bool AllowExplicit = Kind.AllowExplicit(); in TryUserDefinedConversion() local 9910 bool AllowExplicit) { in PerformCopyInitialization() 10072 bool AllowExplicit = !Kind.isCopyInit() || ListInit; in DeduceTemplateSpecializationFromInitializer() local
|
| H A D | SemaDeclCXX.cpp | 16360 bool AllowExplicit, in CompleteConstructorCall()
|
| H A D | SemaExpr.cpp | 6025 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Initialization.h | 774 bool AllowExplicit() const { return !isCopyInit(); } in AllowExplicit() function
|