/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
H A D | TGParser.h | 131 TGLexer Lex; variable 170 : Lex(SM, Macros), CurMultiClass(nullptr), Records(records), in Lex() function
|
H A D | TGLexer.h | 107 tgtok::TokKind Lex() { in Lex() function
|
/openbsd-src/gnu/llvm/clang/lib/Format/ |
H A D | FormatTokenLexer.h | 113 std::unique_ptr<Lexer> Lex; 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
|
/openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/ |
H A D | LLLexer.h | 52 lltok::Kind Lex() { in Lex() function
|
H A D | LLParser.h | 102 LLLexer Lex; variable
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/lib/Object/ |
H A D | COFFModuleDefinition.cpp | 346 Lexer Lex; member in llvm::object::Parser
|
/openbsd-src/gnu/llvm/clang/tools/clang-refactor/ |
H A D | TestSupport.cpp | 318 Lexer Lex(SourceLocation::getFromRawEncoding(0), LangOpts, Source.begin(), in findTestSelectionRanges() local
|
/openbsd-src/gnu/llvm/clang/lib/Lex/ |
H A D | TokenLexer.cpp | 623 bool TokenLexer::Lex(Token &Tok) { in Lex() function in TokenLexer
|
H A D | Preprocessor.cpp | 878 void Preprocessor::Lex(Token &Result) { in Lex() function in Preprocessor
|
H A D | Lexer.cpp | 3550 bool Lexer::Lex(Token &Result) { in Lex() function in Lexer
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | CIndex.cpp | 7151 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in getTokens() local 7848 static bool lexNext(Lexer &Lex, Token &Tok, unsigned &NextIdx, in lexNext() 7880 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in annotatePreprocessorTokens() local
|
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 519 const AsmToken &Lex() override { return Lex(ExpandMacros); } in Lex() function in __anoncc01912d0111::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
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 1224 auto &Lex = LexicalDecls[DC]; in ReadLexicalDeclContextStorage() local
|