Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentCommandTraits.h100 unsigned IsVerbatimLineCommand : 1; member
H A DCommentCommands.td26 bit IsVerbatimLineCommand = 0;
62 let IsVerbatimLineCommand = 1;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentLexer.cpp430 if (Info->IsVerbatimLineCommand) { in lexCommentText()
551 assert(Info->IsVerbatimLineCommand); in setupAndLexVerbatimLine()