Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp5902 QualType ExplicitParameterType = QualType(), in TryObjectArgumentInitialization() argument
5923 if (ExplicitParameterType.isNull()) in TryObjectArgumentInitialization()
5924 ExplicitParameterType = Method->getFunctionObjectParameterReferenceType(); in TryObjectArgumentInitialization()
5928 S, &TmpExpr, ExplicitParameterType, SuppressUserConversion, in TryObjectArgumentInitialization()