Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DCommentCommandTraits.h93 unsigned IsVerbatimBlockEndCommand : 1; member
H A DCommentCommands.td25 bit IsVerbatimBlockEndCommand = 0;
58 let IsVerbatimBlockEndCommand = 1;
/llvm-project-15.0.7/clang/lib/AST/
H A DCommentParser.cpp572 if (Info->IsVerbatimBlockEndCommand) { in parseParagraphOrBlockCommand()