/external/clang/lib/Frontend/Rewrite/ |
D | InclusionRewriter.cpp | 79 void CommentOutDirective(Lexer &DirectivesLex, const Token &StartToken, 293 const Token &StartToken, in CommentOutDirective() argument 298 SM.getFileOffset(StartToken.getLocation()), LocalEOL, Line, in CommentOutDirective()
|
/external/cronet/third_party/protobuf/src/google/protobuf/io/ |
D | tokenizer.cc | 315 inline void Tokenizer::StartToken() { in StartToken() function in google::protobuf::io::Tokenizer 612 StartToken(); in Next() 650 StartToken(); in Next()
|
D | tokenizer.h | 331 inline void StartToken();
|
/external/protobuf/src/google/protobuf/io/ |
D | tokenizer.cc | 338 inline void Tokenizer::StartToken() { in StartToken() function in google::protobuf::io::Tokenizer 635 StartToken(); in Next() 673 StartToken(); in Next()
|
D | tokenizer.h | 331 inline void StartToken();
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tree.pas | 272 procedure SetTokenBoundaries(const T: IANTLRInterface; const StartToken, 1291 procedure SetTokenBoundaries(const T: IANTLRInterface; const StartToken, argument 1319 procedure SetTokenBoundaries(const T: IANTLRInterface; const StartToken, argument 2998 const StartToken, StopToken: IToken); 3004 if Assigned(StartToken) then 3005 Start := StartToken.TokenIndex
|
/external/clang/lib/AST/ |
D | Expr.cpp | 1011 const TargetInfo &Target, unsigned *StartToken, in getLocationOfByte() argument 1020 if (StartToken) in getLocationOfByte() 1021 TokNo = *StartToken; in getLocationOfByte() 1043 if (StartToken != nullptr) in getLocationOfByte() 1044 *StartToken = TokNo; in getLocationOfByte() 1069 if (StartToken != nullptr) in getLocationOfByte() 1070 *StartToken = TokNo; in getLocationOfByte()
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 1778 unsigned StartToken = 0; in getAsmSrcLocInfo() local 1786 i + 1, SM, LangOpts, CGF.getTarget(), &StartToken, &ByteOffset); in getAsmSrcLocInfo()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 3832 AsmToken EndToken, StartToken = getTok(); in parseDirectiveMacro() local 3875 const char *BodyStart = StartToken.getLoc().getPointer(); in parseDirectiveMacro() 4791 AsmToken EndToken, StartToken = getTok(); in parseMacroLikeBody() local 4826 const char *BodyStart = StartToken.getLoc().getPointer(); in parseMacroLikeBody()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 4429 AsmToken EndToken, StartToken = getTok(); in parseDirectiveMacro() local 4472 const char *BodyStart = StartToken.getLoc().getPointer(); in parseDirectiveMacro() 5485 AsmToken EndToken, StartToken = getTok(); in parseMacroLikeBody() local 5522 const char *BodyStart = StartToken.getLoc().getPointer(); in parseMacroLikeBody()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 1595 unsigned *StartToken = nullptr,
|