Home
last modified time | relevance | path

Searched refs:IsReturnsCommand (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentCommands.td15 bit IsReturnsCommand = 0;
123 def Returns : BlockCommand<"returns"> { let IsReturnsCommand = 1; }
124 def Return : BlockCommand<"return"> { let IsReturnsCommand = 1; }
125 def Result : BlockCommand<"result"> { let IsReturnsCommand = 1; }
H A DCommentCommandTraits.h63 unsigned IsReturnsCommand : 1; member
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentBriefParser.cpp78 if (Info->IsReturnsCommand) { in Parse()
H A DCommentSema.cpp556 if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand) in checkReturnsCommand()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DCommentToXML.cpp131 if (Info->IsReturnsCommand) { in FullCommentParts()
341 if (Info->IsReturnsCommand) { in visitBlockCommandComment()