Home
last modified time | relevance | path

Searched refs:StartToken (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp94 void CommentOutDirective(Lexer &DirectivesLex, const Token &StartToken,
337 const Token &StartToken, in CommentOutDirective() argument
342 SM.getFileOffset(StartToken.getLocation()), LocalEOL, Line, in CommentOutDirective()
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp79 void CommentOutDirective(Lexer &DirectivesLex, const Token &StartToken,
293 const Token &StartToken, in CommentOutDirective() argument
298 SM.getFileOffset(StartToken.getLocation()), LocalEOL, Line, in CommentOutDirective()
/external/protobuf/src/google/protobuf/io/
Dtokenizer.h309 inline void StartToken();
Dtokenizer.cc299 inline void Tokenizer::StartToken() { in StartToken() function in google::protobuf::io::Tokenizer
601 StartToken(); in Next()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas272 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/
DExpr.cpp1011 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/llvm-project/clang/lib/AST/
DExpr.cpp1121 const TargetInfo &Target, unsigned *StartToken, in getLocationOfByte() argument
1131 if (StartToken) in getLocationOfByte()
1132 TokNo = *StartToken; in getLocationOfByte()
1154 if (StartToken != nullptr) in getLocationOfByte()
1155 *StartToken = TokNo; in getLocationOfByte()
1180 if (StartToken != nullptr) in getLocationOfByte()
1181 *StartToken = TokNo; in getLocationOfByte()
/external/clang/lib/CodeGen/
DCGStmt.cpp1778 unsigned StartToken = 0; in getAsmSrcLocInfo() local
1786 i + 1, SM, LangOpts, CGF.getTarget(), &StartToken, &ByteOffset); in getAsmSrcLocInfo()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp3832 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/
DAsmParser.cpp4429 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/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp4461 AsmToken EndToken, StartToken = getTok(); in parseDirectiveMacro() local
4507 const char *BodyStart = StartToken.getLoc().getPointer(); in parseDirectiveMacro()
5526 AsmToken EndToken, StartToken = getTok(); in parseMacroLikeBody() local
5563 const char *BodyStart = StartToken.getLoc().getPointer(); in parseMacroLikeBody()
DMasmParser.cpp5563 AsmToken EndToken, StartToken = getTok(); in parseDirectiveMacro() local
5612 const char *BodyStart = StartToken.getLoc().getPointer(); in parseDirectiveMacro()
6506 AsmToken EndToken, StartToken = getTok(); in parseMacroLikeBody() local
6538 const char *BodyStart = StartToken.getLoc().getPointer(); in parseMacroLikeBody()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp2100 unsigned StartToken = 0; in getAsmSrcLocInfo() local
2108 i + 1, SM, LangOpts, CGF.getTarget(), &StartToken, &ByteOffset); in getAsmSrcLocInfo()
/external/clang/include/clang/AST/
DExpr.h1595 unsigned *StartToken = nullptr,
/external/llvm-project/clang/include/clang/AST/
DExpr.h1917 unsigned *StartToken = nullptr,
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp7033 const TargetInfo &Target, unsigned *StartToken = nullptr, in getLocationOfByte() argument
7036 StartToken, StartTokenByteOffset); in getLocationOfByte()