Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp772 unsigned CorrectedParamIndex = ParamCommandComment::InvalidParamIndex; in resolveParamCommandIndexes() local
776 CorrectedParamIndex = 0; in resolveParamCommandIndexes()
779 CorrectedParamIndex = correctTypoInParmVarReference(ParamName, in resolveParamCommandIndexes()
782 if (CorrectedParamIndex != ParamCommandComment::InvalidParamIndex) { in resolveParamCommandIndexes()
783 const ParmVarDecl *CorrectedPVD = OrphanedParamDecls[CorrectedParamIndex]; in resolveParamCommandIndexes()