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.cpp1589 AllowedExplicit AllowExplicit, in TryUserDefinedConversion()
1692 AllowedExplicit AllowExplicit, in TryImplicitConversion()
1747 AllowedExplicit AllowExplicit, in TryImplicitConversion()
1759 bool AllowExplicit) { in PerformImplicitConversion()
3655 bool AllowExplicit) { in IsInitializerListConstructorConversion()
3727 AllowedExplicit AllowExplicit, in IsUserDefinedConversion()
4915 bool AllowExplicit) { in FindConversionForRefInit()
5032 bool AllowExplicit) { in TryReferenceInit()
5621 bool AllowExplicit) { in TryCopyInitialization()
6798 bool PartialOverloading, bool AllowExplicit, bool AllowExplicitConversions, in AddOverloadCandidate()
[all …]
H A DSemaInit.cpp4231 bool CopyInitializing, bool AllowExplicit, bool OnlyListConstructors, in ResolveConstructorOverload()
4400 bool AllowExplicit = Kind.AllowExplicit() || IsListInit; in TryConstructorInitialization() local
5833 bool AllowExplicit = Kind.AllowExplicit(); in TryUserDefinedConversion() local
9620 bool AllowExplicit) { in PerformCopyInitialization()
9783 bool AllowExplicit = !Kind.isCopyInit() || ListInit; in DeduceTemplateSpecializationFromInitializer() local
H A DSemaDeclCXX.cpp16071 bool AllowExplicit, in CompleteConstructorCall() argument
H A DSemaExpr.cpp5898 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h773 bool AllowExplicit() const { return !isCopyInit(); } in AllowExplicit() function