Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentBriefParser.cpp82 if (Info->IsBriefCommand) { in Parse()
H A DCommentSema.cpp628 if (Info->IsBriefCommand) { in checkBlockCommandDuplicate()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp122 if (!Brief && Info->IsBriefCommand) { in FullCommentParts()
333 if (Info->IsBriefCommand) { in visitBlockCommandComment()