Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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() 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 DFormatTokenLexer.h122 std::unique_ptr<Lexer> Lex; global() 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
/freebsd-src/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h52 lltok::Kind Lex() { in Lex() function
H A DLLParser.h110 LLLexer Lex; global() variable
[all...]
/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h143 TGLexer Lex; variable
181 : Lex(SM, Macros), CurMultiClass(nullptr), Records(records), Lex() function
H A DTGLexer.h214 tgtok::TokKind Lex() { Lex() function
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp349 Lexer Lex; global() member in llvm::object::Parser
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp622 bool TokenLexer::Lex(Token &Tok) { in Lex() function in TokenLexer
H A DPreprocessor.cpp865 void Preprocessor::Lex(Token &Result) { Lex() function in Preprocessor
[all...]
H A DLexer.cpp3622 bool Lexer::Lex(Token &Result) { Lex() function in Lexer
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp519 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 DAsmParser.cpp911 const AsmToken &AsmParser::Lex() { Lex() function in AsmParser
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1264 auto &Lex = LexicalDecls[DC]; ReadLexicalDeclContextStorage() local
[all...]