Home
last modified time | relevance | path

Searched refs:IsEmptyParagraphAllowed (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DCommentCommandTraits.h84 unsigned IsEmptyParagraphAllowed : 1; member
H A DCommentCommands.td22 bit IsEmptyParagraphAllowed = 0;
140 let IsEmptyParagraphAllowed = 1;
/llvm-project-15.0.7/clang/lib/AST/
H A DCommentSema.cpp538 if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed) in checkBlockCommandEmptyParagraph()