Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp321 TParamCommandComment *&PrevCommand = TemplateParameterDocs[Arg]; in actOnTParamCommandParamNameArg() local
322 if (PrevCommand) { in actOnTParamCommandParamNameArg()
326 Diag(PrevCommand->getLocation(), diag::note_doc_tparam_previous) in actOnTParamCommandParamNameArg()
327 << PrevCommand->getParamNameRange(); in actOnTParamCommandParamNameArg()
329 PrevCommand = Command; in actOnTParamCommandParamNameArg()
604 const BlockCommandComment *PrevCommand = nullptr; in checkBlockCommandDuplicate() local
610 PrevCommand = BriefCommand; in checkBlockCommandDuplicate()
616 PrevCommand = HeaderfileCommand; in checkBlockCommandDuplicate()
622 StringRef PrevCommandName = PrevCommand->getCommandName(Traits); in checkBlockCommandDuplicate()
628 Diag(PrevCommand->getLocation(), diag::note_doc_block_command_previous) in checkBlockCommandDuplicate()
[all …]