Searched refs:IsBriefCommand (Results 1 – 5 of 5) sorted by relevance
14 bit IsBriefCommand = 0;117 def Brief : BlockCommand<"brief"> { let IsBriefCommand = 1; }118 def Short : BlockCommand<"short"> { let IsBriefCommand = 1; }174 def Abstract : BlockCommand<"abstract"> { let IsBriefCommand = 1; }
60 unsigned IsBriefCommand : 1; member
72 if (Info->IsBriefCommand) { in Parse()
604 if (Info->IsBriefCommand) { in checkBlockCommandDuplicate()
123 if (!Brief && Info->IsBriefCommand) { in FullCommentParts()335 if (Info->IsBriefCommand) { in visitBlockCommandComment()