Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp6024 QualType CandidateParamType = Candidate.getParamType(N); in getParamType() local
6025 if (CandidateParamType.isNull()) in getParamType()
6028 ParamType = CandidateParamType; in getParamType()
6033 CandidateParamType.getNonReferenceType())) in getParamType()