Searched refs:AllowedExplicit (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 43 using AllowedExplicit = Sema::AllowedExplicit; typedef 97 AllowedExplicit AllowExplicit, 1322 AllowedExplicit AllowExplicit, in TryUserDefinedConversion() 1425 AllowedExplicit AllowExplicit, in TryImplicitConversion() 1511 AllowExplicit ? AllowedExplicit::All : AllowedExplicit::None, in PerformImplicitConversion() 3430 AllowedExplicit AllowExplicit, in IsUserDefinedConversion() 3432 assert(AllowExplicit != AllowedExplicit::None || in IsUserDefinedConversion() 3467 AllowExplicit == AllowedExplicit::All); in IsUserDefinedConversion() 3553 AllowExplicit != AllowedExplicit::None); in IsUserDefinedConversion() 4958 AllowedExplicit::None, in TryReferenceInit() [all …]
|
| H A D | SemaInit.cpp | 5068 Sema::AllowedExplicit::None, in TryReferenceInitializationCore() 6057 Sema::AllowedExplicit::None, in InitializeFrom()
|
| H A D | SemaExpr.cpp | 9954 AllowedExplicit::None, in CheckSingleAssignmentConstraints()
|
| H A D | SemaOpenMP.cpp | 7429 /*SuppressUserConversions=*/false, AllowedExplicit::None, in checkOpenMPDeclareVariantFunction()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 3639 enum class AllowedExplicit { enum 3651 AllowedExplicit AllowExplicit,
|