Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp5659 QualType ExplicitParameterType = QualType(), in TryObjectArgumentInitialization() argument
5680 if (ExplicitParameterType.isNull()) in TryObjectArgumentInitialization()
5681 ExplicitParameterType = Method->getFunctionObjectParameterReferenceType(); in TryObjectArgumentInitialization()
5685 S, &TmpExpr, ExplicitParameterType, SuppressUserConversion, in TryObjectArgumentInitialization()