Home
last modified time | relevance | path

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

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