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

/external/clang/include/clang/AST/
H A DCommentLexer.h323 const char *TextBegin,
330 void setupAndLexVerbatimLine(Token &T, const char *TextBegin,
H A DComment.h952 SourceLocation TextBegin; member in class:clang::comments::ParamCommandComment::VerbatimLineComment
958 SourceLocation TextBegin,
965 TextBegin(TextBegin)
981 return SourceRange(TextBegin, getLocEnd());
955 VerbatimLineComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument
H A DCommentSema.h168 SourceLocation TextBegin,
/external/clang/lib/AST/
H A DCommentParser.cpp708 SourceLocation TextBegin; local
713 TextBegin = Tok.getLocation();
716 TextBegin = NameTok.getEndLocation();
722 TextBegin,
H A DCommentSema.cpp445 SourceLocation TextBegin,
449 TextBegin.getLocWithOffset(Text.size()),
451 TextBegin,
443 actOnVerbatimLine(SourceLocation LocBegin, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument

Completed in 117 milliseconds