Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DComment.h952 SourceLocation TextBegin; variable
958 SourceLocation TextBegin, in VerbatimLineComment() argument
965 TextBegin(TextBegin) in VerbatimLineComment()
981 return SourceRange(TextBegin, getLocEnd()); in getTextRange()
DCommentLexer.h323 const char *TextBegin,
330 void setupAndLexVerbatimLine(Token &T, const char *TextBegin,
DCommentSema.h168 SourceLocation TextBegin,
/external/clang/lib/AST/
DCommentLexer.cpp450 const char *TextBegin, in setupAndLexVerbatimBlock() argument
458 formTokenWithChars(T, TextBegin, tok::verbatim_block_begin); in setupAndLexVerbatimBlock()
534 void Lexer::setupAndLexVerbatimLine(Token &T, const char *TextBegin, in setupAndLexVerbatimLine() argument
537 formTokenWithChars(T, TextBegin, tok::verbatim_line_name); in setupAndLexVerbatimLine()
DCommentParser.cpp708 SourceLocation TextBegin; in parseVerbatimLine() local
713 TextBegin = Tok.getLocation(); in parseVerbatimLine()
716 TextBegin = NameTok.getEndLocation(); in parseVerbatimLine()
722 TextBegin, in parseVerbatimLine()
DCommentSema.cpp445 SourceLocation TextBegin, in actOnVerbatimLine() argument
449 TextBegin.getLocWithOffset(Text.size()), in actOnVerbatimLine()
451 TextBegin, in actOnVerbatimLine()