Home
last modified time | relevance | path

Searched refs:BriefCommand (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentSema.cpp32 PP(PP), ThisDeclInfo(nullptr), BriefCommand(nullptr), in Sema()
629 if (!BriefCommand) { in checkBlockCommandDuplicate()
630 BriefCommand = Command; in checkBlockCommandDuplicate()
633 PrevCommand = BriefCommand; in checkBlockCommandDuplicate()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentSema.h59 const BlockCommandComment *BriefCommand; variable