Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp1322 AllowedExplicit AllowExplicit, in TryUserDefinedConversion()
1425 AllowedExplicit AllowExplicit, in TryImplicitConversion()
1480 AllowedExplicit AllowExplicit, in TryImplicitConversion()
3358 bool AllowExplicit) { in IsInitializerListConstructorConversion()
3430 AllowedExplicit AllowExplicit, in IsUserDefinedConversion()
4622 bool AllowExplicit) { in FindConversionForRefInit()
4739 bool AllowExplicit) { in TryReferenceInit()
5315 bool AllowExplicit) { in TryCopyInitialization()
7241 const bool AllowExplicit = false; in CheckNonDependentConversions() local
7339 bool AllowExplicit, bool AllowResultConversion) { in AddConversionCandidate()
[all …]
H A DSemaInit.cpp3959 bool CopyInitializing, bool AllowExplicit, in ResolveConstructorOverload()
4126 bool AllowExplicit = Kind.AllowExplicit() || IsListInit; in TryConstructorInitialization() local
5275 bool AllowExplicit = Kind.AllowExplicit(); in TryUserDefinedConversion() local
9969 bool AllowExplicit) { in PerformCopyInitialization()
10108 bool AllowExplicit = !Kind.isCopyInit() || ListInit; in DeduceTemplateSpecializationFromInitializer() local
H A DSemaDeclCXX.cpp15675 bool AllowExplicit, in CompleteConstructorCall()
H A DSemaExpr.cpp6131 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DInitialization.h759 bool AllowExplicit() const { return !isCopyInit(); } in AllowExplicit() function