Searched refs:TextBegin (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | Comment.h | 952 SourceLocation TextBegin; variable 958 SourceLocation TextBegin, in VerbatimLineComment() argument 965 TextBegin(TextBegin) in VerbatimLineComment() 981 return SourceRange(TextBegin, getLocEnd()); in getTextRange()
|
| H A D | CommentLexer.h | 323 const char *TextBegin, 330 void setupAndLexVerbatimLine(Token &T, const char *TextBegin,
|
| H A D | CommentSema.h | 172 SourceLocation TextBegin,
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | CommentLexer.cpp | 442 const char *TextBegin, in setupAndLexVerbatimBlock() argument 450 formTokenWithChars(T, TextBegin, tok::verbatim_block_begin); in setupAndLexVerbatimBlock() 520 void Lexer::setupAndLexVerbatimLine(Token &T, const char *TextBegin, in setupAndLexVerbatimLine() argument 523 formTokenWithChars(T, TextBegin, tok::verbatim_line_name); in setupAndLexVerbatimLine()
|
| H A D | CommentParser.cpp | 708 SourceLocation TextBegin; in parseVerbatimLine() local 713 TextBegin = Tok.getLocation(); in parseVerbatimLine() 716 TextBegin = NameTok.getEndLocation(); in parseVerbatimLine() 722 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()
|