Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp774 unsigned CorrectedParamIndex = ParamCommandComment::InvalidParamIndex; in resolveParamCommandIndexes() local
778 CorrectedParamIndex = 0; in resolveParamCommandIndexes()
781 CorrectedParamIndex = correctTypoInParmVarReference(ParamName, in resolveParamCommandIndexes()
784 if (CorrectedParamIndex != ParamCommandComment::InvalidParamIndex) { in resolveParamCommandIndexes()
785 const ParmVarDecl *CorrectedPVD = OrphanedParamDecls[CorrectedParamIndex]; in resolveParamCommandIndexes()