Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCommentCommands.td14 bit IsBriefCommand = 0;
95 def Brief : BlockCommand<"brief"> { let IsBriefCommand = 1; }
96 def Short : BlockCommand<"short"> { let IsBriefCommand = 1; }
149 def Abstract : BlockCommand<"abstract"> { let IsBriefCommand = 1; }
H A DCommentCommandTraits.h61 unsigned IsBriefCommand : 1; member
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DCommentBriefParser.cpp83 if (Info->IsBriefCommand) { in Parse()
H A DCommentSema.cpp628 if (Info->IsBriefCommand) { in checkBlockCommandDuplicate()
/minix3/external/bsd/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp123 if (!Brief && Info->IsBriefCommand) { in FullCommentParts()
334 if (Info->IsBriefCommand) { in visitBlockCommandComment()