Searched refs:TextBegin (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Comment.h | 929 SourceLocation TextBegin; variable 935 SourceLocation TextBegin, in VerbatimLineComment() argument 942 TextBegin(TextBegin) in VerbatimLineComment() 958 return SourceRange(TextBegin, getEndLoc()); in getTextRange()
|
| 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,
|
| /openbsd-src/gnu/llvm/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 | 696 SourceLocation TextBegin; in parseVerbatimLine() local 701 TextBegin = Tok.getLocation(); in parseVerbatimLine() 704 TextBegin = NameTok.getEndLocation(); in parseVerbatimLine() 710 TextBegin, in parseVerbatimLine()
|
| H A D | CommentSema.cpp | 419 SourceLocation TextBegin, in actOnVerbatimLine() argument 423 TextBegin.getLocWithOffset(Text.size()), in actOnVerbatimLine() 425 TextBegin, in actOnVerbatimLine()
|