Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp6105 QualType CandidateParamType = Candidate.getParamType(N); in getParamType() local
6106 if (CandidateParamType.isNull()) in getParamType()
6109 ParamType = CandidateParamType; in getParamType()
6114 CandidateParamType.getNonReferenceType())) in getParamType()