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 952 SourceLocation TextBegin;
958 SourceLocation TextBegin,
965 TextBegin(TextBegin)
981 return SourceRange(TextBegin, getLocEnd());

Completed in 54 milliseconds