Lines Matching defs:PrevCommand
318 TParamCommandComment *&PrevCommand = TemplateParameterDocs[Arg];
319 if (PrevCommand) {
323 Diag(PrevCommand->getLocation(), diag::note_doc_tparam_previous)
324 << PrevCommand->getParamNameRange();
326 PrevCommand = Command;
601 const BlockCommandComment *PrevCommand = nullptr;
607 PrevCommand = BriefCommand;
613 PrevCommand = HeaderfileCommand;
619 StringRef PrevCommandName = PrevCommand->getCommandName(Traits);
625 Diag(PrevCommand->getLocation(), diag::note_doc_block_command_previous)
626 << PrevCommand->getCommandMarker()
628 << PrevCommand->getSourceRange();
630 Diag(PrevCommand->getLocation(),
632 << PrevCommand->getCommandMarker()
742 ParamCommandComment *PrevCommand = ParamVarDocs[ResolvedParamIndex];
743 Diag(PrevCommand->getLocation(), diag::note_doc_param_previous)
744 << PrevCommand->getParamNameRange();