Searched refs:TextBegin (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Comment.h | 947 SourceLocation TextBegin; variable 953 SourceLocation TextBegin, in VerbatimLineComment() argument 960 TextBegin(TextBegin) in VerbatimLineComment() 976 return SourceRange(TextBegin, getEndLoc()); in getTextRange()
|
| H A D | CommentLexer.h | 326 void setupAndLexVerbatimBlock(Token &T, const char *TextBegin, char Marker, 333 void setupAndLexVerbatimLine(Token &T, const char *TextBegin,
|
| H A D | CommentSema.h | 168 SourceLocation TextBegin,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | CommentLexer.cpp | 465 const char *TextBegin, in setupAndLexVerbatimBlock() argument 473 formTokenWithChars(T, TextBegin, tok::verbatim_block_begin); in setupAndLexVerbatimBlock() 549 void Lexer::setupAndLexVerbatimLine(Token &T, const char *TextBegin, in setupAndLexVerbatimLine() argument 552 formTokenWithChars(T, TextBegin, tok::verbatim_line_name); in setupAndLexVerbatimLine()
|
| H A D | CommentParser.cpp | 707 SourceLocation TextBegin; in parseVerbatimLine() local 712 TextBegin = Tok.getLocation(); in parseVerbatimLine() 715 TextBegin = NameTok.getEndLocation(); in parseVerbatimLine() 721 TextBegin, in parseVerbatimLine()
|
| H A D | CommentSema.cpp | 445 SourceLocation TextBegin, in actOnVerbatimLine() argument 449 TextBegin.getLocWithOffset(Text.size()), in actOnVerbatimLine() 451 TextBegin, in actOnVerbatimLine()
|