Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentCommands.td14 bit IsBriefCommand = 0;
117 def Brief : BlockCommand<"brief"> { let IsBriefCommand = 1; }
118 def Short : BlockCommand<"short"> { let IsBriefCommand = 1; }
174 def Abstract : BlockCommand<"abstract"> { let IsBriefCommand = 1; }
H A DCommentCommandTraits.h60 unsigned IsBriefCommand : 1; member
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentBriefParser.cpp72 if (Info->IsBriefCommand) { in Parse()
H A DCommentSema.cpp604 if (Info->IsBriefCommand) { in checkBlockCommandDuplicate()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DCommentToXML.cpp123 if (!Brief && Info->IsBriefCommand) { in FullCommentParts()
335 if (Info->IsBriefCommand) { in visitBlockCommandComment()