Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentSema.cpp318 TParamCommandComment *&PrevCommand = TemplateParameterDocs[Arg]; in actOnTParamCommandParamNameArg() local
319 if (PrevCommand) { in actOnTParamCommandParamNameArg()
323 Diag(PrevCommand->getLocation(), diag::note_doc_tparam_previous) in actOnTParamCommandParamNameArg()
324 << PrevCommand->getParamNameRange(); in actOnTParamCommandParamNameArg()
326 PrevCommand = Command; in actOnTParamCommandParamNameArg()
603 const BlockCommandComment *PrevCommand = nullptr; in checkBlockCommandDuplicate() local
609 PrevCommand = BriefCommand; in checkBlockCommandDuplicate()
615 PrevCommand = HeaderfileCommand; in checkBlockCommandDuplicate()
621 StringRef PrevCommandName = PrevCommand->getCommandName(Traits); in checkBlockCommandDuplicate()
627 Diag(PrevCommand->getLocation(), diag::note_doc_block_command_previous) in checkBlockCommandDuplicate()
[all …]