Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h929 SourceLocation TextBegin; variable
935 SourceLocation TextBegin, in VerbatimLineComment() argument
942 TextBegin(TextBegin) in VerbatimLineComment()
958 return SourceRange(TextBegin, getEndLoc()); in getTextRange()
H A DCommentLexer.h329 void setupAndLexVerbatimBlock(Token &T, const char *TextBegin, char Marker,
336 void setupAndLexVerbatimLine(Token &T, const char *TextBegin,
H A DCommentSema.h161 SourceLocation TextBegin,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentLexer.cpp460 const char *TextBegin, in setupAndLexVerbatimBlock() argument
468 formTokenWithChars(T, TextBegin, tok::verbatim_block_begin); in setupAndLexVerbatimBlock()
544 void Lexer::setupAndLexVerbatimLine(Token &T, const char *TextBegin, in setupAndLexVerbatimLine() argument
547 formTokenWithChars(T, TextBegin, tok::verbatim_line_name); in setupAndLexVerbatimLine()
H A DCommentParser.cpp696 SourceLocation TextBegin; in parseVerbatimLine() local
701 TextBegin = Tok.getLocation(); in parseVerbatimLine()
704 TextBegin = NameTok.getEndLocation(); in parseVerbatimLine()
710 TextBegin, in parseVerbatimLine()
H A DCommentSema.cpp419 SourceLocation TextBegin, in actOnVerbatimLine() argument
423 TextBegin.getLocWithOffset(Text.size()), in actOnVerbatimLine()
425 TextBegin, in actOnVerbatimLine()