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 952 SourceLocation TextBegin;
958 SourceLocation TextBegin,
965 TextBegin(TextBegin)
981 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 45 milliseconds