Home
last modified time | relevance | path

Searched defs:AllowExplicit (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1657 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 DSemaInit.cpp4350 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 DSemaDeclCXX.cpp16360 bool AllowExplicit, in CompleteConstructorCall()
H A DSemaExpr.cpp6025 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h774 bool AllowExplicit() const { return !isCopyInit(); } in AllowExplicit() function