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

  /external/clang/lib/AST/
CommentParser.cpp 687 SourceLocation TextBegin;
692 TextBegin = Tok.getLocation();
695 TextBegin = NameTok.getEndLocation();
701 TextBegin,
  /external/clang/include/clang/AST/
Comment.h 931 SourceLocation TextBegin;
937 SourceLocation TextBegin,
944 TextBegin(TextBegin)
960 return SourceRange(TextBegin, getLocEnd());

Completed in 839 milliseconds