Searched refs:TextBegin (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | CommentLexer.cpp | 460 const char *TextBegin, in setupAndLexVerbatimBlock() argument 468 formTokenWithChars(T, TextBegin, tok::verbatim_block_begin); in setupAndLexVerbatimBlock() 544 void Lexer::setupAndLexVerbatimLine(Token &T, const char *TextBegin, in setupAndLexVerbatimLine() argument 547 formTokenWithChars(T, TextBegin, tok::verbatim_line_name); in setupAndLexVerbatimLine()
|
H A D | CommentParser.cpp | 867 SourceLocation TextBegin; in parseVerbatimLine() local 872 TextBegin = Tok.getLocation(); in parseVerbatimLine() 875 TextBegin = NameTok.getEndLocation(); in parseVerbatimLine() 881 TextBegin, in parseVerbatimLine()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CommentLexer.h | 329 void setupAndLexVerbatimBlock(Token &T, const char *TextBegin, char Marker, 336 void setupAndLexVerbatimLine(Token &T, const char *TextBegin,
|