Searched refs:IsThrowsCommand (Results 1 – 3 of 3) sorted by relevance
18 bit IsThrowsCommand = 0;135 def Throws : BlockCommand<"throws"> { let IsThrowsCommand = 1; }136 def Throw : BlockCommand<"throw"> { let IsThrowsCommand = 1; }137 def Exception : BlockCommand<"exception"> { let IsThrowsCommand = 1; }
74 unsigned IsThrowsCommand : 1; member
135 if (Info->IsThrowsCommand) { in FullCommentParts()