Home
last modified time | relevance | path

Searched refs:VerbatimBlockEndCommandName (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DCommentLexer.cpp454 VerbatimBlockEndCommandName.clear(); in setupAndLexVerbatimBlock()
455 VerbatimBlockEndCommandName.append(Marker == '\\' ? "\\" : "@"); in setupAndLexVerbatimBlock()
456 VerbatimBlockEndCommandName.append(Info->EndCommandName); in setupAndLexVerbatimBlock()
486 size_t Pos = Line.find(VerbatimBlockEndCommandName); in lexVerbatimBlockFirstLine()
495 const char *End = BufferPtr + VerbatimBlockEndCommandName.size(); in lexVerbatimBlockFirstLine()
/external/clang/include/clang/AST/
DCommentLexer.h283 SmallString<16> VerbatimBlockEndCommandName; variable