Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h933 SourceLocation TextBegin;
937 unsigned CommandID, SourceLocation TextBegin,
942 Text(Text), TextBegin(TextBegin) {}
957 return SourceRange(TextBegin, getEndLoc());
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,
/freebsd-src/contrib/llvm-project/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.cpp867 SourceLocation TextBegin;
872 TextBegin = Tok.getLocation();
875 TextBegin = NameTok.getEndLocation();
881 TextBegin,
696 SourceLocation TextBegin; parseVerbatimLine() local
H A DCommentSema.cpp418 SourceLocation TextBegin, in actOnVerbatimLine() argument
422 TextBegin.getLocWithOffset(Text.size()), in actOnVerbatimLine()
424 TextBegin, in actOnVerbatimLine()