Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentCommandTraits.h99 unsigned IsVerbatimLineCommand : 1; member
H A DCommentCommands.td26 bit IsVerbatimLineCommand = 0;
63 let IsVerbatimLineCommand = 1;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentLexer.cpp425 if (Info->IsVerbatimLineCommand) { in lexCommentText()
546 assert(Info->IsVerbatimLineCommand); in setupAndLexVerbatimLine()