Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp6290 QualType CandidateParamType = Candidate.getParamType(N); in getParamType() local
6291 if (CandidateParamType.isNull()) in getParamType()
6294 ParamType = CandidateParamType; in getParamType()
6299 CandidateParamType.getNonReferenceType())) in getParamType()