Searched refs:IsBriefCommand (Results 1 – 5 of 5) sorted by relevance
14 bit IsBriefCommand = 0;95 def Brief : BlockCommand<"brief"> { let IsBriefCommand = 1; }96 def Short : BlockCommand<"short"> { let IsBriefCommand = 1; }149 def Abstract : BlockCommand<"abstract"> { let IsBriefCommand = 1; }
61 unsigned IsBriefCommand : 1; member
83 if (Info->IsBriefCommand) { in Parse()
626 if (Info->IsBriefCommand) { in checkBlockCommandDuplicate()
123 if (!Brief && Info->IsBriefCommand) { in FullCommentParts()334 if (Info->IsBriefCommand) { in visitBlockCommandComment()