Home
last modified time | relevance | path

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

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