Searched refs:TextBegin (Results 1 – 5 of 5) sorted by relevance
| /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,
|
| H A D | CommentSema.h | 161 SourceLocation TextBegin,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | CommentLexer.cpp | 469 const char *TextBegin, in setupAndLexVerbatimBlock() argument 477 formTokenWithChars(T, TextBegin, tok::verbatim_block_begin); in setupAndLexVerbatimBlock() 553 void Lexer::setupAndLexVerbatimLine(Token &T, const char *TextBegin, in setupAndLexVerbatimLine() argument 556 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()
|
| H A D | CommentSema.cpp | 420 SourceLocation TextBegin, in actOnVerbatimLine() argument 424 TextBegin.getLocWithOffset(Text.size()), in actOnVerbatimLine() 426 TextBegin, in actOnVerbatimLine()
|