Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp32 PP(PP), ThisDeclInfo(nullptr), BriefCommand(nullptr), in Sema()
633 if (!BriefCommand) { in checkBlockCommandDuplicate()
634 BriefCommand = Command; in checkBlockCommandDuplicate()
637 PrevCommand = BriefCommand; in checkBlockCommandDuplicate()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h58 const BlockCommandComment *BriefCommand; variable