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 708 SourceLocation TextBegin;
713 TextBegin = Tok.getLocation();
716 TextBegin = NameTok.getEndLocation();
722 TextBegin,
  /external/clang/include/clang/AST/
Comment.h 950 SourceLocation TextBegin;
956 SourceLocation TextBegin,
963 TextBegin(TextBegin)
979 return SourceRange(TextBegin, getLocEnd());

Completed in 65 milliseconds