Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h947 SourceLocation TextBegin; variable
953 SourceLocation TextBegin, in VerbatimLineComment() argument
960 TextBegin(TextBegin) in VerbatimLineComment()
976 return SourceRange(TextBegin, getEndLoc()); in getTextRange()
H A DCommentLexer.h326 void setupAndLexVerbatimBlock(Token &T, const char *TextBegin, char Marker,
333 void setupAndLexVerbatimLine(Token &T, const char *TextBegin,
H A DCommentSema.h168 SourceLocation TextBegin,
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentLexer.cpp465 const char *TextBegin, in setupAndLexVerbatimBlock() argument
473 formTokenWithChars(T, TextBegin, tok::verbatim_block_begin); in setupAndLexVerbatimBlock()
549 void Lexer::setupAndLexVerbatimLine(Token &T, const char *TextBegin, in setupAndLexVerbatimLine() argument
552 formTokenWithChars(T, TextBegin, tok::verbatim_line_name); in setupAndLexVerbatimLine()
H A DCommentParser.cpp707 SourceLocation TextBegin; in parseVerbatimLine() local
712 TextBegin = Tok.getLocation(); in parseVerbatimLine()
715 TextBegin = NameTok.getEndLocation(); in parseVerbatimLine()
721 TextBegin, in parseVerbatimLine()
H A DCommentSema.cpp445 SourceLocation TextBegin, in actOnVerbatimLine() argument
449 TextBegin.getLocWithOffset(Text.size()), in actOnVerbatimLine()
451 TextBegin, in actOnVerbatimLine()