Home
last modified time | relevance | path

Searched refs:InOverloadResolution (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp97 bool InOverloadResolution,
104 bool InOverloadResolution,
1590 bool InOverloadResolution, in TryUserDefinedConversion() argument
1693 bool InOverloadResolution, in TryImplicitConversion() argument
1698 if (IsStandardConversion(S, From, ToType, InOverloadResolution, in TryImplicitConversion()
1739 AllowExplicit, InOverloadResolution, CStyle, in TryImplicitConversion()
1748 bool InOverloadResolution, in TryImplicitConversion() argument
1752 AllowExplicit, InOverloadResolution, CStyle, in TryImplicitConversion()
1975 bool InOverloadResolution, bool CStyle) { in IsVectorConversion() argument
2053 !InOverloadResolution && !CStyle) { in IsVectorConversion()
[all …]
H A DSemaInit.cpp313 bool InOverloadResolution; member in __anon3dab0ec90211::InitListChecker
422 if (InOverloadResolution && SemaRef.getLangOpts().CPlusPlus) { in diagnoseInitOverride()
547 bool InOverloadResolution = false,
1017 bool VerifyOnly, bool TreatUnavailableAsInvalid, bool InOverloadResolution, in InitListChecker() argument
1021 InOverloadResolution(InOverloadResolution), in InitListChecker()
1610 if (InOverloadResolution) in CheckSubElementType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9854 AllowedExplicit AllowExplicit, bool InOverloadResolution, bool CStyle,
9901 bool InOverloadResolution, QualType &ConvertedType,
9956 bool InOverloadResolution,