Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp6140 QualType CandidateParamType = Candidate.getParamType(N); in getParamType() local
6141 if (CandidateParamType.isNull()) in getParamType()
6144 ParamType = CandidateParamType; in getParamType()
6149 CandidateParamType.getNonReferenceType())) in getParamType()