Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCommentCommandTraits.h100 unsigned IsVerbatimLineCommand : 1; member
H A DCommentCommands.td26 bit IsVerbatimLineCommand = 0;
62 let IsVerbatimLineCommand = 1;
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DCommentLexer.cpp388 if (Info->IsVerbatimLineCommand) { in lexCommentText()
522 assert(Info->IsVerbatimLineCommand); in setupAndLexVerbatimLine()