Searched defs:AllowExplicit (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 1324 AllowedExplicit AllowExplicit, in TryUserDefinedConversion() 1427 AllowedExplicit AllowExplicit, in TryImplicitConversion() 1482 AllowedExplicit AllowExplicit, in TryImplicitConversion() 3339 bool AllowExplicit) { in IsInitializerListConstructorConversion() 3411 AllowedExplicit AllowExplicit, in IsUserDefinedConversion() 4614 bool AllowExplicit) { in FindConversionForRefInit() 4731 bool AllowExplicit) { in TryReferenceInit() 5257 bool AllowExplicit) { in TryCopyInitialization() 7156 const bool AllowExplicit = false; in CheckNonDependentConversions() local 7254 bool AllowExplicit, bool AllowResultConversion) { in AddConversionCandidate() [all …]
|
| H A D | SemaInit.cpp | 3931 bool CopyInitializing, bool AllowExplicit, in ResolveConstructorOverload() 4098 bool AllowExplicit = Kind.AllowExplicit() || IsListInit; in TryConstructorInitialization() local 5247 bool AllowExplicit = Kind.AllowExplicit(); in TryUserDefinedConversion() local 9896 bool AllowExplicit) { in PerformCopyInitialization() 10036 bool AllowExplicit = !Kind.isCopyInit() || ListInit; in DeduceTemplateSpecializationFromInitializer() local
|
| H A D | SemaDeclCXX.cpp | 15476 bool AllowExplicit, in CompleteConstructorCall()
|
| H A D | SemaExpr.cpp | 5938 VariadicCallType CallType, bool AllowExplicit, in GatherArgumentsForCall()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Initialization.h | 753 bool AllowExplicit() const { return !isCopyInit(); } in AllowExplicit() function
|