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