Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentSema.cpp32 PP(PP), ThisDeclInfo(nullptr), BriefCommand(nullptr), in Sema()
627 if (!BriefCommand) { in checkBlockCommandDuplicate()
628 BriefCommand = Command; in checkBlockCommandDuplicate()
631 PrevCommand = BriefCommand; in checkBlockCommandDuplicate()
/external/clang/include/clang/AST/
DCommentSema.h59 const BlockCommandComment *BriefCommand; variable