HomeSort by relevance Sort by last modified time
    Searched refs:TokEnd (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/AST/
CommentLexer.h 295 void formTokenWithChars(Token &Result, const char *TokEnd,
298 void formTextToken(Token &Result, const char *TokEnd) {
299 StringRef Text(BufferPtr, TokEnd - BufferPtr);
300 formTokenWithChars(Result, TokEnd, tok::text);
  /external/clang/include/clang/Lex/
Lexer.h 458 /// starting at BufferPtr, going to TokEnd that forms the token. This method
461 /// TokEnd.
462 void FormTokenWithChars(Token &Result, const char *TokEnd,
464 unsigned TokLen = TokEnd-BufferPtr;
468 BufferPtr = TokEnd;
  /external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp 422 unsigned TokEnd = TokOffs+TokLen;
425 TokEnd = SM.getFileOffset(Tok.getLocation())+Tok.getLength();
430 HighlightRange(RB, TokOffs, TokEnd, BufferStart,
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 364 milliseconds