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.h950 SourceLocation TextBegin; member in class:clang::comments::ParamCommandComment::VerbatimLineComment
956 SourceLocation TextBegin,
963 TextBegin(TextBegin)
979 return SourceRange(TextBegin, getLocEnd());
953 VerbatimLineComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument
H A DCommentSema.h172 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.cpp447 SourceLocation TextBegin,
451 TextBegin.getLocWithOffset(Text.size()),
453 TextBegin,
445 actOnVerbatimLine(SourceLocation LocBegin, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument

Completed in 467 milliseconds