Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommandTraits.h99 unsigned IsVerbatimLineCommand : 1; member
H A DCommentCommands.td26 bit IsVerbatimLineCommand = 0;
62 let IsVerbatimLineCommand = 1;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp429 if (Info->IsVerbatimLineCommand) { in lexCommentText()
550 assert(Info->IsVerbatimLineCommand); in setupAndLexVerbatimLine()