Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCommentCommandTraits.h100 unsigned IsVerbatimLineCommand : 1; member
DCommentCommands.td26 bit IsVerbatimLineCommand = 0;
62 let IsVerbatimLineCommand = 1;
/external/clang/lib/AST/
DCommentLexer.cpp397 if (Info->IsVerbatimLineCommand) { in lexCommentText()
536 assert(Info->IsVerbatimLineCommand); in setupAndLexVerbatimLine()