/freebsd-src/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() argument 72 void skipComments(Lexer &Lex, Token &Tok) { in skipComments() argument 93 __anon075feb0d0302(const SourceManager &SM, Lexer &Lex, Token Tok) getOffsetAfterHeaderGuardsAndComments() argument 102 __anon075feb0d0402(const SourceManager &SM, Lexer &Lex, Token Tok) getOffsetAfterHeaderGuardsAndComments() argument 113 __anon075feb0d0502(const SourceManager &SM, Lexer &Lex, Token Tok) getOffsetAfterHeaderGuardsAndComments() argument 125 checkAndConsumeInclusiveDirective(Lexer & Lex,Token & Tok) checkAndConsumeInclusiveDirective() argument 163 __anon075feb0d0702(const SourceManager &SM, Lexer &Lex, Token Tok) getMaxHeaderInsertionOffset() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatTokenLexer.h | 122 std::unique_ptr<Lexer> Lex; global() variable
|
H A D | TokenAnalyzer.cpp | 105 FormatTokenLexer Lex(Env.getSourceManager(), Env.getFileID(), in process() local
|
H A D | MacroExpander.cpp | 138 FormatTokenLexer Lex(SourceMgr, FID, 0, Style, encoding::Encoding_UTF8, in parseDefinition() local
|
H A D | IntegerLiteralSeparatorFixer.cpp | 83 Lexer Lex(ID, SourceMgr.getBufferOrFake(ID), SourceMgr, LangOpts); in process() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLLexer.h | 52 lltok::Kind Lex() { in Lex() function
|
H A D | LLParser.h | 110 LLLexer Lex; global() variable [all...] |
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.h | 143 TGLexer Lex; variable 181 : Lex(SM, Macros), CurMultiClass(nullptr), Records(records), Lex() function
|
H A D | TGLexer.h | 214 tgtok::TokKind Lex() { Lex() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | COFFModuleDefinition.cpp | 349 Lexer Lex; global() member in llvm::object::Parser
|
/freebsd-src/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 | 865 void Preprocessor::Lex(Token &Result) { Lex() function in Preprocessor [all...] |
H A D | Lexer.cpp | 3622 bool Lexer::Lex(Token &Result) { Lex() function in Lexer [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 519 const AsmToken &Lex() override { return Lex(ExpandMacros); } in Lex() function in __anon187db4280111::MasmParser 1229 const AsmToken &MasmParser::Lex(ExpandKind ExpandNextToken) { in Lex() function in MasmParser [all...] |
H A D | AsmParser.cpp | 911 const AsmToken &AsmParser::Lex() { Lex() function in AsmParser [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 1264 auto &Lex = LexicalDecls[DC]; ReadLexicalDeclContextStorage() local [all...] |