Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DComment.h902 SourceLocation TextBegin; variable
908 SourceLocation TextBegin, in VerbatimLineComment() argument
914 TextBegin(TextBegin) in VerbatimLineComment()
932 return SourceRange(TextBegin, getLocEnd()); in getTextRange()
DCommentLexer.h325 const char *TextBegin,
332 void setupAndLexVerbatimLine(Token &T, const char *TextBegin,
DCommentSema.h161 SourceLocation TextBegin,
/external/clang/lib/AST/
DCommentLexer.cpp430 const char *TextBegin, in setupAndLexVerbatimBlock() argument
438 formTokenWithChars(T, TextBegin, tok::verbatim_block_begin); in setupAndLexVerbatimBlock()
510 void Lexer::setupAndLexVerbatimLine(Token &T, const char *TextBegin, in setupAndLexVerbatimLine() argument
513 formTokenWithChars(T, TextBegin, tok::verbatim_line_name); in setupAndLexVerbatimLine()
DCommentParser.cpp658 SourceLocation TextBegin; in parseVerbatimLine() local
663 TextBegin = Tok.getLocation(); in parseVerbatimLine()
666 TextBegin = NameTok.getEndLocation(); in parseVerbatimLine()
672 TextBegin, in parseVerbatimLine()
DCommentSema.cpp315 SourceLocation TextBegin, in actOnVerbatimLine() argument
319 TextBegin.getLocWithOffset(Text.size()), in actOnVerbatimLine()
321 TextBegin, in actOnVerbatimLine()