Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp324 TParamCommandComment *&PrevCommand = TemplateParameterDocs[Arg]; in actOnTParamCommandParamNameArg() local
325 if (PrevCommand) { in actOnTParamCommandParamNameArg()
329 Diag(PrevCommand->getLocation(), diag::note_doc_tparam_previous) in actOnTParamCommandParamNameArg()
330 << PrevCommand->getParamNameRange(); in actOnTParamCommandParamNameArg()
332 PrevCommand = Command; in actOnTParamCommandParamNameArg()
631 const BlockCommandComment *PrevCommand = nullptr; in checkBlockCommandDuplicate() local
637 PrevCommand = BriefCommand; in checkBlockCommandDuplicate()
643 PrevCommand = HeaderfileCommand; in checkBlockCommandDuplicate()
649 StringRef PrevCommandName = PrevCommand->getCommandName(Traits); in checkBlockCommandDuplicate()
655 Diag(PrevCommand->getLocation(), diag::note_doc_block_command_previous) in checkBlockCommandDuplicate()
[all …]