Home
last modified time | relevance | path

Searched refs:TextBegin (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DComment.h952 SourceLocation TextBegin; variable
958 SourceLocation TextBegin, in VerbatimLineComment() argument
965 TextBegin(TextBegin) in VerbatimLineComment()
981 return SourceRange(TextBegin, getLocEnd()); in getTextRange()
H A DCommentLexer.h323 const char *TextBegin,
330 void setupAndLexVerbatimLine(Token &T, const char *TextBegin,
H A DCommentSema.h172 SourceLocation TextBegin,
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DCommentLexer.cpp442 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 DCommentParser.cpp708 SourceLocation TextBegin; in parseVerbatimLine() local
713 TextBegin = Tok.getLocation(); in parseVerbatimLine()
716 TextBegin = NameTok.getEndLocation(); in parseVerbatimLine()
722 TextBegin, in parseVerbatimLine()
H A DCommentSema.cpp447 SourceLocation TextBegin, in actOnVerbatimLine() argument
451 TextBegin.getLocWithOffset(Text.size()), in actOnVerbatimLine()
453 TextBegin, in actOnVerbatimLine()