Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
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; }
DCommentCommandTraits.h61 unsigned IsBriefCommand : 1; member
/external/clang/lib/AST/
DCommentBriefParser.cpp83 if (Info->IsBriefCommand) { in Parse()
DCommentSema.cpp626 if (Info->IsBriefCommand) { in checkBlockCommandDuplicate()
/external/clang/lib/Index/
DCommentToXML.cpp123 if (!Brief && Info->IsBriefCommand) { in FullCommentParts()
334 if (Info->IsBriefCommand) { in visitBlockCommandComment()