Searched defs:StartToken (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp79 void CommentOutDirective(Lexer &DirectivesLex, const Token &StartToken,
288 /// inclusion directive at \p StartToken, then print out the inclusion
293 const Token &StartToken,
298 SM.getFileOffset(StartToken.getLocation()), LocalEOL, Line,
292 CommentOutDirective(Lexer &DirectiveLex, const Token &StartToken, const MemoryBuffer &FromFile, StringRef LocalEOL, unsigned &NextToWrite, int &Line) argument
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc290 inline void Tokenizer::StartToken() { function in class:google::protobuf::io::Tokenizer
598 StartToken();
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1721 unsigned StartToken = 0; local
1729 i + 1, SM, LangOpts, CGF.getTarget(), &StartToken, &ByteOffset);
/external/clang/lib/AST/
H A DExpr.cpp1010 /// The *StartToken sets the first token to be searched in this function and
1012 /// returning, it updates the *StartToken to the TokNo of the token being found
1022 const TargetInfo &Target, unsigned *StartToken,
1031 if (StartToken)
1032 TokNo = *StartToken;
1054 if (StartToken != nullptr)
1055 *StartToken = TokNo;
1080 if (StartToken != nullptr)
1081 *StartToken = TokNo;
1020 getLocationOfByte(unsigned ByteNo, const SourceManager &SM, const LangOptions &Features, const TargetInfo &Target, unsigned *StartToken, unsigned *StartTokenByteOffset) const argument
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3466 AsmToken EndToken, StartToken = getTok(); local
3505 const char *BodyStart = StartToken.getLoc().getPointer();
4417 AsmToken EndToken, StartToken = getTok(); local
4450 const char *BodyStart = StartToken.getLoc().getPointer();

Completed in 203 milliseconds