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 326 const char *TextBegin,
333 void setupAndLexVerbatimLine(Token &T, const char *TextBegin,
Comment.h 917 SourceLocation TextBegin;
923 SourceLocation TextBegin,
930 TextBegin(TextBegin)
946 return SourceRange(TextBegin, getLocEnd());
CommentSema.h 175 SourceLocation TextBegin,
  /external/clang/lib/AST/
CommentParser.cpp 692 SourceLocation TextBegin;
697 TextBegin = Tok.getLocation();
700 TextBegin = NameTok.getEndLocation();
706 TextBegin,
CommentSema.cpp 450 SourceLocation TextBegin,
454 TextBegin.getLocWithOffset(Text.size()),
456 TextBegin,
    [all...]

Completed in 373 milliseconds