/llvm-project/llvm/lib/MC/MCParser/ |
H A D | XCOFFAsmParser.cpp | 20 MCAsmLexer *Lexer = nullptr; member in __anondf439d120111::XCOFFAsmParser
|
H A D | WasmAsmParser.cpp | 38 MCAsmLexer *Lexer = nullptr; member in __anon1c5032740111::WasmAsmParser
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | SuspiciousSemicolonCheck.cpp | 56 Lexer Lexer(SM.getLocForStartOfFile(FID), Ctxt.getLangOpts(), in check() local
|
/llvm-project/llvm/tools/llvm-mca/ |
H A D | CodeRegionGenerator.cpp | 51 MCAsmLexer &Lexer = Parser->getLexer(); parseCodeRegions() local
|
/llvm-project/clang-tools-extra/pseudo/lib/ |
H A D | Lex.cpp |
|
/llvm-project/llvm/lib/Object/ |
H A D | COFFModuleDefinition.cpp | 82 class Lexer { class 84 Lexer(StringRef S) : Buf(S) {} in Lexer() function in llvm::object::Lexer
|
/llvm-project/clang/include/clang/AST/ |
H A D | CommentLexer.h | 26 class Lexer; variable 56 friend class Lexer; variable
|
/llvm-project/mlir/lib/AsmParser/ |
H A D | Lexer.cpp | 36 Lexer::Lexer(const llvm::SourceMgr &sourceMgr, MLIRContext *context, in Lexer() function in Lexer
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | StaticAssertCheck.cpp | 157 Lexer Lexer(SM.getLocForStartOfFile(SM.getFileID(AssertLoc)), Opts, in getLastParenLoc() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | IssueHash.cpp | 158 Lexer Lexer(SM.getLocForStartOfFile(SM.getFileID(StartOfLine)), LangOpts, in NormalizeLine() local
|
/llvm-project/mlir/lib/Tools/PDLL/Parser/ |
H A D | Lexer.cpp | 74 Lexer::Lexer(llvm::SourceMgr &mgr, ast::DiagnosticEngine &diagEngine, in Lexer() function in Lexer
|
/llvm-project/mlir/examples/toy/Ch6/include/toy/ |
H A D | Lexer.h | 62 Lexer(std::string filename) Lexer() function [all...] |
/llvm-project/mlir/examples/toy/Ch5/include/toy/ |
H A D | Lexer.h | 62 Lexer(std::string filename) Lexer() function [all...] |
/llvm-project/mlir/examples/toy/Ch1/include/toy/ |
H A D | Lexer.h | 62 Lexer(std::string filename) Lexer() function [all...] |
/llvm-project/mlir/examples/toy/Ch3/include/toy/ |
H A D | Lexer.h | 62 Lexer(std::string filename) Lexer() function [all...] |
/llvm-project/mlir/examples/toy/Ch2/include/toy/ |
H A D | Lexer.h | 62 Lexer(std::string filename) Lexer() function [all...] |
/llvm-project/mlir/examples/toy/Ch4/include/toy/ |
H A D | Lexer.h | 62 Lexer(std::string filename) Lexer() function [all...] |
/llvm-project/mlir/examples/toy/Ch7/include/toy/ |
H A D | Lexer.h | 63 Lexer(std::string filename) Lexer() function [all...] |
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | UseTrailingReturnTypeCheck.cpp | 150 Lexer Lexer(SM.getLocForStartOfFile(Loc.first), LangOpts, File.begin(), in findTrailingReturnTypeSourceLocation() local 231 Lexer Lexer(SM.getLocForStartOfFile(Loc.first), LangOpts, File.begin(), in classifyTokensBeforeFunctionName() local
|
/llvm-project/llvm/unittests/MC/SystemZ/ |
H A D | SystemZAsmLexerTest.cpp | 103 MCAsmLexer &Lexer = Parser->getLexer(); in lexAndCheckTokens() local 114 MCAsmLexer &Lexer = Parser->getLexer(); in lexAndCheckIntegerTokensAndValues() local
|
/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 610 while (!Lexer.is(AsmToken::RCurly)) in eatToEndOfPacket() local 984 AsmToken const &Second = Lexer.getTok(); in isLabel() local 929 MCAsmLexer &Lexer = getLexer(); parseOperand() local 1029 MCAsmLexer &Lexer = getLexer(); tryParseRegister() local 1110 MCAsmLexer &Lexer = getLexer(); parseExpression() local 1160 MCAsmLexer &Lexer = getLexer(); parseInstruction() local [all...] |
/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | SourceCode.cpp | 228 std::unique_ptr<Lexer> Lexer = [&]() { in getEntityEndLoc() local
|
/llvm-project/llvm/tools/llvm-ml/ |
H A D | llvm-ml.cpp | 108 AsmLexer Lexer(MAI); AsLexInput() local
|
/llvm-project/llvm/tools/llvm-mc/ |
H A D | llvm-mc.cpp | 279 AsmLexer Lexer(MAI); AsLexInput() local
|
/llvm-project/clang/lib/Tooling/Inclusions/ |
H A D | HeaderIncludes.cpp | 42 llvm::function_ref<unsigned(const SourceManager &, Lexer &, Token &)> in getOffsetAfterTokenSequence() argument [all...] |