Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentLexer.cpp420 VerbatimBlockEndCommandName.clear(); in setupAndLexVerbatimBlock()
421 VerbatimBlockEndCommandName.append(Marker == '\\' ? "\\" : "@"); in setupAndLexVerbatimBlock()
422 VerbatimBlockEndCommandName.append(Info->EndCommandName); in setupAndLexVerbatimBlock()
452 size_t Pos = Line.find(VerbatimBlockEndCommandName); in lexVerbatimBlockFirstLine()
461 const char *End = BufferPtr + VerbatimBlockEndCommandName.size(); in lexVerbatimBlockFirstLine()
/external/clang/include/clang/AST/
DCommentLexer.h280 SmallString<16> VerbatimBlockEndCommandName; variable