Searched refs:AllowedExplicit (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 43 using AllowedExplicit = Sema::AllowedExplicit; typedef 98 AllowedExplicit AllowExplicit, 1324 AllowedExplicit AllowExplicit, in TryUserDefinedConversion() 1427 AllowedExplicit AllowExplicit, in TryImplicitConversion() 1513 AllowExplicit ? AllowedExplicit::All : AllowedExplicit::None, in PerformImplicitConversion() 3411 AllowedExplicit AllowExplicit, in IsUserDefinedConversion() 3413 assert(AllowExplicit != AllowedExplicit::None || in IsUserDefinedConversion() 3448 AllowExplicit == AllowedExplicit::All); in IsUserDefinedConversion() 3534 AllowExplicit != AllowedExplicit::None); in IsUserDefinedConversion() 4950 AllowedExplicit::None, in TryReferenceInit() [all …]
|
| H A D | SemaInit.cpp | 5040 Sema::AllowedExplicit::None, in TryReferenceInitializationCore() 5998 Sema::AllowedExplicit::None, in InitializeFrom()
|
| H A D | SemaExpr.cpp | 9598 AllowedExplicit::None, in CheckSingleAssignmentConstraints()
|
| H A D | SemaOpenMP.cpp | 6969 /*SuppressUserConversions=*/false, AllowedExplicit::None, in checkOpenMPDeclareVariantFunction()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3424 enum class AllowedExplicit { enum 3436 AllowedExplicit AllowExplicit,
|