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.cpp93 bool InOverloadResolution,
100 bool InOverloadResolution,
1658 bool InOverloadResolution, in TryUserDefinedConversion() argument
1781 bool InOverloadResolution, in TryImplicitConversion() argument
1786 if (IsStandardConversion(S, From, ToType, InOverloadResolution, in TryImplicitConversion()
1844 AllowExplicit, InOverloadResolution, CStyle, in TryImplicitConversion()
1853 bool InOverloadResolution, in TryImplicitConversion() argument
1857 AllowExplicit, InOverloadResolution, CStyle, in TryImplicitConversion()
2119 bool InOverloadResolution, bool CStyle) { in IsVectorConversion() argument
2213 !InOverloadResolution && !CStyle) { in IsVectorConversion()
[all …]
H A DSemaInit.cpp357 bool InOverloadResolution; member in __anon3dab0ec90311::InitListChecker
466 if (InOverloadResolution && SemaRef.getLangOpts().CPlusPlus) { in diagnoseInitOverride()
592 bool InOverloadResolution = false,
1088 bool VerifyOnly, bool TreatUnavailableAsInvalid, bool InOverloadResolution, in InitListChecker() argument
1092 InOverloadResolution(InOverloadResolution), in InitListChecker()
1683 if (InOverloadResolution) in CheckSubElementType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10039 AllowedExplicit AllowExplicit, bool InOverloadResolution, bool CStyle,
10086 bool InOverloadResolution, QualType &ConvertedType,
10141 bool InOverloadResolution,