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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CommentLexer.h 326 void setupAndLexVerbatimBlock(Token &T, const char *TextBegin, char Marker,
333 void setupAndLexVerbatimLine(Token &T, const char *TextBegin,
Comment.h 946 SourceLocation TextBegin;
952 SourceLocation TextBegin,
959 TextBegin(TextBegin)
975 return SourceRange(TextBegin, getEndLoc());
CommentSema.h 167 SourceLocation TextBegin,
  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentParser.cpp 712 SourceLocation TextBegin;
717 TextBegin = Tok.getLocation();
720 TextBegin = NameTok.getEndLocation();
726 TextBegin,
CommentSema.cpp 447 SourceLocation TextBegin,
451 TextBegin.getLocWithOffset(Text.size()),
453 TextBegin,

Completed in 25 milliseconds