Searched refs:TextBegin (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h325 void setupAndLexVerbatimBlock(Token &T, const char *TextBegin, char Marker,
332 void setupAndLexVerbatimLine(Token &T, const char *TextBegin,
H A DComment.h946 SourceLocation TextBegin; member in class:clang::comments::ParamCommandComment::VerbatimLineComment
952 SourceLocation TextBegin,
959 TextBegin(TextBegin)
975 return SourceRange(TextBegin, getEndLoc());
949 VerbatimLineComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument
H A DCommentSema.h167 SourceLocation TextBegin,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp712 SourceLocation TextBegin; local
717 TextBegin = Tok.getLocation();
720 TextBegin = NameTok.getEndLocation();
726 TextBegin,
H A DCommentSema.cpp447 SourceLocation TextBegin,
451 TextBegin.getLocWithOffset(Text.size()),
453 TextBegin,
445 actOnVerbatimLine(SourceLocation LocBegin, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument

Completed in 73 milliseconds