Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDCommentCommands.td18 bit IsThrowsCommand = 0;
113 def Throws : BlockCommand<"throws"> { let IsThrowsCommand = 1; }
114 def Throw : BlockCommand<"throw"> { let IsThrowsCommand = 1; }
115 def Exception : BlockCommand<"exception"> { let IsThrowsCommand = 1; }
HDCommentCommandTraits.h71 unsigned IsThrowsCommand : 1; member
/trueos/contrib/llvm/tools/clang/lib/Index/
HDCommentToXML.cpp136 if (Info->IsThrowsCommand) { in FullCommentParts()