Home
last modified time | relevance | path

Searched defs:Lexer (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project/llvm/lib/MC/MCParser/
H A DXCOFFAsmParser.cpp20 MCAsmLexer *Lexer = nullptr; member in __anondf439d120111::XCOFFAsmParser
H A DWasmAsmParser.cpp38 MCAsmLexer *Lexer = nullptr; member in __anon1c5032740111::WasmAsmParser
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousSemicolonCheck.cpp56 Lexer Lexer(SM.getLocForStartOfFile(FID), Ctxt.getLangOpts(), in check() local
/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp51 MCAsmLexer &Lexer = Parser->getLexer(); parseCodeRegions() local
/llvm-project/clang-tools-extra/pseudo/lib/
H A DLex.cpp
/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp82 class Lexer { class
84 Lexer(StringRef S) : Buf(S) {} in Lexer() function in llvm::object::Lexer
/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h26 class Lexer; variable
56 friend class Lexer; variable
/llvm-project/mlir/lib/AsmParser/
H A DLexer.cpp36 Lexer::Lexer(const llvm::SourceMgr &sourceMgr, MLIRContext *context, in Lexer() function in Lexer
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DStaticAssertCheck.cpp157 Lexer Lexer(SM.getLocForStartOfFile(SM.getFileID(AssertLoc)), Opts, in getLastParenLoc() local
/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp158 Lexer Lexer(SM.getLocForStartOfFile(SM.getFileID(StartOfLine)), LangOpts, in NormalizeLine() local
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DLexer.cpp74 Lexer::Lexer(llvm::SourceMgr &mgr, ast::DiagnosticEngine &diagEngine, in Lexer() function in Lexer
/llvm-project/mlir/examples/toy/Ch6/include/toy/
H A DLexer.h62 Lexer(std::string filename) Lexer() function
[all...]
/llvm-project/mlir/examples/toy/Ch5/include/toy/
H A DLexer.h62 Lexer(std::string filename) Lexer() function
[all...]
/llvm-project/mlir/examples/toy/Ch1/include/toy/
H A DLexer.h62 Lexer(std::string filename) Lexer() function
[all...]
/llvm-project/mlir/examples/toy/Ch3/include/toy/
H A DLexer.h62 Lexer(std::string filename) Lexer() function
[all...]
/llvm-project/mlir/examples/toy/Ch2/include/toy/
H A DLexer.h62 Lexer(std::string filename) Lexer() function
[all...]
/llvm-project/mlir/examples/toy/Ch4/include/toy/
H A DLexer.h62 Lexer(std::string filename) Lexer() function
[all...]
/llvm-project/mlir/examples/toy/Ch7/include/toy/
H A DLexer.h63 Lexer(std::string filename) Lexer() function
[all...]
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseTrailingReturnTypeCheck.cpp150 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 DSystemZAsmLexerTest.cpp103 MCAsmLexer &Lexer = Parser->getLexer(); in lexAndCheckTokens() local
114 MCAsmLexer &Lexer = Parser->getLexer(); in lexAndCheckIntegerTokensAndValues() local
/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp610 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 DSourceCode.cpp228 std::unique_ptr<Lexer> Lexer = [&]() { in getEntityEndLoc() local
/llvm-project/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp108 AsmLexer Lexer(MAI); AsLexInput() local
/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp279 AsmLexer Lexer(MAI); AsLexInput() local
/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp42 llvm::function_ref<unsigned(const SourceManager &, Lexer &, Token &)> in getOffsetAfterTokenSequence() argument
[all...]

12