Searched refs:AllowedExplicit (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 51 using AllowedExplicit = Sema::AllowedExplicit; typedef 105 AllowedExplicit AllowExplicit, 1539 AllowedExplicit AllowExplicit, in TryUserDefinedConversion() 1642 AllowedExplicit AllowExplicit, in TryImplicitConversion() 1728 AllowExplicit ? AllowedExplicit::All : AllowedExplicit::None, in PerformImplicitConversion() 3693 AllowedExplicit AllowExplicit, in IsUserDefinedConversion() 3695 assert(AllowExplicit != AllowedExplicit::None || in IsUserDefinedConversion() 3730 AllowExplicit == AllowedExplicit::All); in IsUserDefinedConversion() 3816 AllowExplicit != AllowedExplicit::None); in IsUserDefinedConversion() 5224 AllowedExplicit::None, in TryReferenceInit() [all …]
|
| H A D | SemaInit.cpp | 5235 Sema::AllowedExplicit::None, in TryReferenceInitializationCore() 6518 Sema::AllowedExplicit::None, in InitializeFrom()
|
| H A D | SemaExpr.cpp | 10589 AllowedExplicit::None, in CheckSingleAssignmentConstraints()
|
| H A D | SemaOpenMP.cpp | 7666 /*SuppressUserConversions=*/false, AllowedExplicit::None, in checkOpenMPDeclareVariantFunction()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3829 enum class AllowedExplicit { enum 3841 AllowedExplicit AllowExplicit,
|