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 692 SourceLocation TextBegin;
697 TextBegin = Tok.getLocation();
700 TextBegin = NameTok.getEndLocation();
706 TextBegin,
  /external/clang/include/clang/AST/
Comment.h 917 SourceLocation TextBegin;
923 SourceLocation TextBegin,
930 TextBegin(TextBegin)
946 return SourceRange(TextBegin, getLocEnd());

Completed in 32 milliseconds