Searched defs:Lex (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h52 lltok::Kind Lex() { function in class:llvm::LLLexer
H A DLLParser.h110 LLLexer Lex; member in class:llvm::LLParser
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp72 void skipComments(Lexer &Lex, Token &Tok) { argument
59 checkAndConsumeDirectiveWithName( Lexer &Lex, StringRef Name, Token &Tok, std::optional<StringRef> RawIDName = std::nullopt) argument
125 checkAndConsumeInclusiveDirective(Lexer &Lex, Token &Tok) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h85 const AsmToken &Lex() { return getParser().Lex(); } function in class:llvm::MCAsmParserExtension
H A DMCAsmLexer.h79 const AsmToken &Lex() { function in class:llvm::MCAsmLexer
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h122 std::unique_ptr<Lexer> Lex; member in class:clang::format::FormatTokenLexer
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp349 Lexer Lex; member in class:llvm::object::Parser
/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h143 TGLexer Lex; member in class:llvm::TGParser
H A DTGLexer.h214 tgtok::TokKind Lex() { function in class:llvm::TGLexer
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp622 bool TokenLexer::Lex(Token &Tok) { function in class:TokenLexer
[all...]
H A DPreprocessor.cpp865 void Preprocessor::Lex(Token &Result) { function in class:Preprocessor
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1264 auto &Lex = LexicalDecls[DC]; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1229 const AsmToken &MasmParser::Lex(ExpandKind ExpandNextToken) { function in class:MasmParser
[all...]
H A DAsmParser.cpp911 const AsmToken &AsmParser::Lex() { function in class:AsmParser
[all...]

Completed in 167 milliseconds