Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentCommands.td18 bit IsThrowsCommand = 0;
115 def Throws : BlockCommand<"throws"> { let IsThrowsCommand = 1; }
116 def Throw : BlockCommand<"throw"> { let IsThrowsCommand = 1; }
117 def Exception : BlockCommand<"exception"> { let IsThrowsCommand = 1; }
H A DCommentCommandTraits.h74 unsigned IsThrowsCommand : 1; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp135 if (Info->IsThrowsCommand) { in FullCommentParts()