Searched defs:Lex (Results 1 – 14 of 14) sorted by relevance
70 MarkupLexer &Lex; member in MarkupParser153 MarkupLexer Lex(InputSource); in parseMCMarkup() local
78 const AsmToken &Lex() { return getParser().Lex(); } in Lex() function
150 const AsmToken &Lex() { in Lex() function
50 lltok::Kind Lex() { in Lex() function
113 LLLexer Lex; variable
56 TGLexer Lex; variable
92 tgtok::TokKind Lex() { in Lex() function
419 bool TokenLexer::Lex(Token &Tok) { in Lex() function in TokenLexer
686 void Preprocessor::Lex(Token &Result) { in Lex() function in Preprocessor
45 bool PTHLexer::Lex(Token& Tok) { in Lex() function in PTHLexer
2870 bool Lexer::Lex(Token &Result) { in Lex() function in Lexer
990 std::unique_ptr<Lexer> Lex; member in clang::format::__anon50dac10e0111::FormatTokenLexer1343 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex, in reformat()
5361 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in getTokens() local5913 static bool lexNext(Lexer &Lex, Token &Tok, in lexNext()5949 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in annotatePreprocessorTokens() local
588 const AsmToken &AsmParser::Lex() { in Lex() function in AsmParser