Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/tools/llvm-mcmarkup/
H A Dllvm-mcmarkup.cpp70 MarkupLexer &Lex; member in MarkupParser
153 MarkupLexer Lex(InputSource); in parseMCMarkup() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h78 const AsmToken &Lex() { return getParser().Lex(); } in Lex() function
H A DMCAsmLexer.h150 const AsmToken &Lex() { in Lex() function
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.h50 lltok::Kind Lex() { in Lex() function
H A DLLParser.h113 LLLexer Lex; variable
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/
H A DTGParser.h56 TGLexer Lex; variable
H A DTGLexer.h92 tgtok::TokKind Lex() { in Lex() function
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DTokenLexer.cpp419 bool TokenLexer::Lex(Token &Tok) { in Lex() function in TokenLexer
H A DPreprocessor.cpp686 void Preprocessor::Lex(Token &Result) { in Lex() function in Preprocessor
H A DPTHLexer.cpp45 bool PTHLexer::Lex(Token& Tok) { in Lex() function in PTHLexer
H A DLexer.cpp2870 bool Lexer::Lex(Token &Result) { in Lex() function in Lexer
/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DFormat.cpp990 std::unique_ptr<Lexer> Lex; member in clang::format::__anon50dac10e0111::FormatTokenLexer
1343 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex, in reformat()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp5361 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in getTokens() local
5913 static bool lexNext(Lexer &Lex, Token &Tok, in lexNext()
5949 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in annotatePreprocessorTokens() local
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp588 const AsmToken &AsmParser::Lex() { in Lex() function in AsmParser