Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp753 SmallVector<const ParmVarDecl *, 8> OrphanedParamDecls; in resolveParamCommandIndexes() local
756 OrphanedParamDecls.push_back(ParamVars[i]); in resolveParamCommandIndexes()
771 if (OrphanedParamDecls.size() == 0) in resolveParamCommandIndexes()
775 if (OrphanedParamDecls.size() == 1) { in resolveParamCommandIndexes()
782 OrphanedParamDecls); in resolveParamCommandIndexes()
785 const ParmVarDecl *CorrectedPVD = OrphanedParamDecls[CorrectedParamIndex]; in resolveParamCommandIndexes()