/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
H A D | HeaderIncludes.cpp | 47 Lexer Lex(SM.getMainFileID(), SM.getBufferOrFake(SM.getMainFileID()), SM, in getOffsetAfterTokenSequence() local 60 Lexer &Lex, StringRef Name, Token &Tok, in checkAndConsumeDirectiveWithName() 72 void skipComments(Lexer &Lex, Token &Tok) { in skipComments() 93 [&Consume](const SourceManager &SM, Lexer &Lex, Token Tok) { in getOffsetAfterHeaderGuardsAndComments() 102 [](const SourceManager &SM, Lexer &Lex, Token Tok) -> unsigned { in getOffsetAfterHeaderGuardsAndComments() 113 [](const SourceManager &SM, Lexer &Lex, Token Tok) -> unsigned { in getOffsetAfterHeaderGuardsAndComments() 125 bool checkAndConsumeInclusiveDirective(Lexer &Lex, Token &Tok) { in checkAndConsumeInclusiveDirective() 163 [](const SourceManager &SM, Lexer &Lex, Token Tok) { in getMaxHeaderInsertionOffset()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatTokenLexer.h | 117 std::unique_ptr<Lexer> Lex; variable
|
H A D | TokenAnalyzer.cpp | 105 FormatTokenLexer Lex(Env.getSourceManager(), Env.getFileID(), in process() local
|
H A D | IntegerLiteralSeparatorFixer.cpp | 83 Lexer Lex(ID, SourceMgr.getBufferOrFake(ID), SourceMgr, LangOpts); in process() local
|
H A D | MacroExpander.cpp | 138 FormatTokenLexer Lex(SourceMgr, FID, 0, Style, encoding::Encoding_UTF8, in parseDefinition() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLLexer.h | 52 lltok::Kind Lex() { in Lex() function
|
H A D | LLParser.h | 111 LLLexer Lex; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParserExtension.h | 85 const AsmToken &Lex() { return getParser().Lex(); } in Lex() function
|
H A D | MCAsmLexer.h | 79 const AsmToken &Lex() { in Lex() function
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.h | 143 TGLexer Lex; variable 182 : Lex(SM, Macros), CurMultiClass(nullptr), Records(records), in Lex() function
|
H A D | TGLexer.h | 215 tgtok::TokKind Lex() { in Lex() function
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | COFFModuleDefinition.cpp | 356 Lexer Lex; member in llvm::object::Parser
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | TokenLexer.cpp | 622 bool TokenLexer::Lex(Token &Tok) { in Lex() function in TokenLexer
|
H A D | Preprocessor.cpp | 869 void Preprocessor::Lex(Token &Result) { in Lex() function in Preprocessor
|
H A D | Lexer.cpp | 3678 bool Lexer::Lex(Token &Result) { in Lex() function in Lexer
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 519 const AsmToken &Lex() override { return Lex(ExpandMacros); } in Lex() function in __anon60b61cd60111::MasmParser 1229 const AsmToken &MasmParser::Lex(ExpandKind ExpandNextToken) { in Lex() function in MasmParser
|
H A D | AsmParser.cpp | 909 const AsmToken &AsmParser::Lex() { in Lex() function in AsmParser
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 1306 auto &Lex = LexicalDecls[DC]; in ReadLexicalDeclContextStorage() local
|