Home
last modified time | relevance | path

Searched refs:AllowedExplicit (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp43 using AllowedExplicit = Sema::AllowedExplicit; typedef
98 AllowedExplicit AllowExplicit,
1324 AllowedExplicit AllowExplicit, in TryUserDefinedConversion()
1427 AllowedExplicit AllowExplicit, in TryImplicitConversion()
1482 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()
3492 AllowExplicit == AllowedExplicit::All); in IsUserDefinedConversion()
[all …]
H A DSemaInit.cpp5038 Sema::AllowedExplicit::None, in TryReferenceInitializationCore()
5996 Sema::AllowedExplicit::None, in InitializeFrom()
H A DSemaExpr.cpp9534 AllowedExplicit::None, in CheckSingleAssignmentConstraints()
H A DSemaOpenMP.cpp6953 /*SuppressUserConversions=*/false, AllowedExplicit::None, in checkOpenMPDeclareVariantFunction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3387 enum class AllowedExplicit { enum
3399 AllowedExplicit AllowExplicit,