Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp5631 QualType ExplicitParameterType = QualType(), in TryObjectArgumentInitialization() argument
5652 if (ExplicitParameterType.isNull()) in TryObjectArgumentInitialization()
5653 ExplicitParameterType = Method->getFunctionObjectParameterReferenceType(); in TryObjectArgumentInitialization()
5657 S, &TmpExpr, ExplicitParameterType, SuppressUserConversion, in TryObjectArgumentInitialization()