Searched refs:TextBegin (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Comment.h | 946 SourceLocation TextBegin; variable 952 SourceLocation TextBegin, in VerbatimLineComment() argument 959 TextBegin(TextBegin) in VerbatimLineComment() 975 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 | 167 SourceLocation TextBegin,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | CommentLexer.cpp | 464 const char *TextBegin, in setupAndLexVerbatimBlock() argument 472 formTokenWithChars(T, TextBegin, tok::verbatim_block_begin); in setupAndLexVerbatimBlock() 548 void Lexer::setupAndLexVerbatimLine(Token &T, const char *TextBegin, in setupAndLexVerbatimLine() argument 551 formTokenWithChars(T, TextBegin, tok::verbatim_line_name); in setupAndLexVerbatimLine()
|
H A D | CommentParser.cpp | 712 SourceLocation TextBegin; in parseVerbatimLine() local 717 TextBegin = Tok.getLocation(); in parseVerbatimLine() 720 TextBegin = NameTok.getEndLocation(); in parseVerbatimLine() 726 TextBegin, in parseVerbatimLine()
|
H A D | CommentSema.cpp | 447 SourceLocation TextBegin, in actOnVerbatimLine() argument 451 TextBegin.getLocWithOffset(Text.size()), in actOnVerbatimLine() 453 TextBegin, in actOnVerbatimLine()
|