HomeSort by relevance Sort by last modified time
    Searched refs:TextBegin (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/AST/
CommentLexer.h 323 const char *TextBegin,
330 void setupAndLexVerbatimLine(Token &T, const char *TextBegin,
Comment.h 950 SourceLocation TextBegin;
956 SourceLocation TextBegin,
963 TextBegin(TextBegin)
979 return SourceRange(TextBegin, getLocEnd());
CommentSema.h 172 SourceLocation TextBegin,
  /external/clang/lib/AST/
CommentParser.cpp 708 SourceLocation TextBegin;
713 TextBegin = Tok.getLocation();
716 TextBegin = NameTok.getEndLocation();
722 TextBegin,
CommentSema.cpp 447 SourceLocation TextBegin,
451 TextBegin.getLocWithOffset(Text.size()),
453 TextBegin,
    [all...]

Completed in 51 milliseconds