Searched defs:AllowExplicit (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 1589 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 D | SemaInit.cpp | 4231 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 D | SemaDeclCXX.cpp | 16071 bool AllowExplicit, in CompleteConstructorCall() argument
|
H A D | SemaExpr.cpp | 5898 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Initialization.h | 773 bool AllowExplicit() const { return !isCopyInit(); } in AllowExplicit() function
|