HomeSort by: relevance | last modified time | path
    Searched defs:TextBegin (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentParser.cpp 712 SourceLocation TextBegin;
717 TextBegin = Tok.getLocation();
720 TextBegin = NameTok.getEndLocation();
726 TextBegin,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Comment.h 946 SourceLocation TextBegin;
952 SourceLocation TextBegin,
959 TextBegin(TextBegin)
975 return SourceRange(TextBegin, getEndLoc());

Completed in 18 milliseconds