Searched refs:StartToken (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.h253 // E.g. StartToken() calls RecordTo(&current_.text). record_start_ is the
280 inline void StartToken();
283 // contain all text consumed since StartToken() was called.
H A Dtokenizer.cc287 inline void Tokenizer::StartToken() { function in class:google::protobuf::io::Tokenizer
588 StartToken();
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.h197 // Position in buffer_ where StartToken() was called. If the token
222 inline void StartToken();
225 // contain all text consumed since StartToken() was called.
H A Dtokenizer.cc263 inline void Tokenizer::StartToken() { function in class:google::protobuf::io::Tokenizer
507 StartToken();
/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp76 void CommentOutDirective(Lexer &DirectivesLex, const Token &StartToken,
238 /// inclusion directive at \p StartToken, then print out the inclusion
243 const Token &StartToken,
248 SM.getFileOffset(StartToken.getLocation()), EOL, Line, false);
242 CommentOutDirective(Lexer &DirectiveLex, const Token &StartToken, const MemoryBuffer &FromFile, StringRef EOL, unsigned &NextToWrite, int &Line) argument
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3325 AsmToken EndToken, StartToken = getTok(); local
3364 const char *BodyStart = StartToken.getLoc().getPointer();
4211 AsmToken EndToken, StartToken = getTok(); local
4244 const char *BodyStart = StartToken.getLoc().getPointer();
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas272 procedure SetTokenBoundaries(const T: IANTLRInterface; const StartToken,
1291 procedure SetTokenBoundaries(const T: IANTLRInterface; const StartToken,
1319 procedure SetTokenBoundaries(const T: IANTLRInterface; const StartToken,
2998 const StartToken, StopToken: IToken);
3004 if Assigned(StartToken) then
3005 Start := StartToken.TokenIndex

Completed in 383 milliseconds