Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp751 SmallVector<const ParmVarDecl *, 8> OrphanedParamDecls; in resolveParamCommandIndexes() local
754 OrphanedParamDecls.push_back(ParamVars[i]); in resolveParamCommandIndexes()
769 if (OrphanedParamDecls.size() == 0) in resolveParamCommandIndexes()
773 if (OrphanedParamDecls.size() == 1) { in resolveParamCommandIndexes()
780 OrphanedParamDecls); in resolveParamCommandIndexes()
783 const ParmVarDecl *CorrectedPVD = OrphanedParamDecls[CorrectedParamIndex]; in resolveParamCommandIndexes()