Home
last modified time | relevance | path

Searched defs:Lex (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp47 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 DTGParser.h131 TGLexer Lex; variable
170 : Lex(SM, Macros), CurMultiClass(nullptr), Records(records), in Lex() function
H A DTGLexer.h107 tgtok::TokKind Lex() { in Lex() function
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatTokenLexer.h113 std::unique_ptr<Lexer> Lex; variable
H A DTokenAnalyzer.cpp105 FormatTokenLexer Lex(Env.getSourceManager(), Env.getFileID(), in process() local
H A DMacroExpander.cpp138 FormatTokenLexer Lex(SourceMgr, FID, 0, Style, encoding::Encoding_UTF8, in parseDefinition() local
H A DIntegerLiteralSeparatorFixer.cpp83 Lexer Lex(ID, SourceMgr.getBufferOrFake(ID), SourceMgr, LangOpts); in process() local
/openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/
H A DLLLexer.h52 lltok::Kind Lex() { in Lex() function
H A DLLParser.h102 LLLexer Lex; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h85 const AsmToken &Lex() { return getParser().Lex(); } in Lex() function
H A DMCAsmLexer.h79 const AsmToken &Lex() { in Lex() function
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp346 Lexer Lex; member in llvm::object::Parser
/openbsd-src/gnu/llvm/clang/tools/clang-refactor/
H A DTestSupport.cpp318 Lexer Lex(SourceLocation::getFromRawEncoding(0), LangOpts, Source.begin(), in findTestSelectionRanges() local
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DTokenLexer.cpp623 bool TokenLexer::Lex(Token &Tok) { in Lex() function in TokenLexer
H A DPreprocessor.cpp878 void Preprocessor::Lex(Token &Result) { in Lex() function in Preprocessor
H A DLexer.cpp3550 bool Lexer::Lex(Token &Result) { in Lex() function in Lexer
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp7151 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 DMasmParser.cpp519 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 DAsmParser.cpp909 const AsmToken &AsmParser::Lex() { in Lex() function in AsmParser
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp1224 auto &Lex = LexicalDecls[DC]; in ReadLexicalDeclContextStorage() local