Searched defs:TextBegin (Results 1 - 3 of 3) sorted by relevance

/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
/external/clang/include/clang/AST/
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

Completed in 35 milliseconds