Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h946 SourceLocation TextBegin; variable
952 SourceLocation TextBegin, in VerbatimLineComment() argument
959 TextBegin(TextBegin) in VerbatimLineComment()
975 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.h167 SourceLocation TextBegin,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentLexer.cpp464 const char *TextBegin, in setupAndLexVerbatimBlock() argument
472 formTokenWithChars(T, TextBegin, tok::verbatim_block_begin); in setupAndLexVerbatimBlock()
548 void Lexer::setupAndLexVerbatimLine(Token &T, const char *TextBegin, in setupAndLexVerbatimLine() argument
551 formTokenWithChars(T, TextBegin, tok::verbatim_line_name); in setupAndLexVerbatimLine()
H A DCommentParser.cpp712 SourceLocation TextBegin; in parseVerbatimLine() local
717 TextBegin = Tok.getLocation(); in parseVerbatimLine()
720 TextBegin = NameTok.getEndLocation(); in parseVerbatimLine()
726 TextBegin, in parseVerbatimLine()
H A DCommentSema.cpp447 SourceLocation TextBegin, in actOnVerbatimLine() argument
451 TextBegin.getLocWithOffset(Text.size()), in actOnVerbatimLine()
453 TextBegin, in actOnVerbatimLine()