Searched refs:TextBegin (Results 1 – 6 of 6) sorted by relevance
| /freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Comment.h | 933 SourceLocation TextBegin; 937 unsigned CommandID, SourceLocation TextBegin, 942 Text(Text), TextBegin(TextBegin) {} 957 return SourceRange(TextBegin, getEndLoc());
|
| 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-src/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; 872 TextBegin = Tok.getLocation(); 875 TextBegin = NameTok.getEndLocation(); 881 TextBegin, 696 SourceLocation TextBegin; parseVerbatimLine() local
|
| H A D | CommentSema.cpp | 418 SourceLocation TextBegin, in actOnVerbatimLine() argument 422 TextBegin.getLocWithOffset(Text.size()), in actOnVerbatimLine() 424 TextBegin, in actOnVerbatimLine()
|