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

  /external/clang/include/clang/AST/
Comment.h 931 SourceLocation TextBegin;
937 SourceLocation TextBegin,
944 TextBegin(TextBegin)
960 return SourceRange(TextBegin, getLocEnd());
CommentLexer.h 333 const char *TextBegin,
340 void setupAndLexVerbatimLine(Token &T, const char *TextBegin,
CommentSema.h 172 SourceLocation TextBegin,
  /external/clang/lib/AST/
CommentParser.cpp 687 SourceLocation TextBegin;
692 TextBegin = Tok.getLocation();
695 TextBegin = NameTok.getEndLocation();
701 TextBegin,
CommentSema.cpp 460 SourceLocation TextBegin,
464 TextBegin.getLocWithOffset(Text.size()),
466 TextBegin,
    [all...]

Completed in 180 milliseconds