Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-mcmarkup/
Dllvm-mcmarkup.cpp70 MarkupLexer &Lex; member in MarkupParser
152 MarkupLexer Lex(InputSource); in parseMCMarkup() local
/external/llvm/include/llvm/MC/MCParser/
DMCAsmParserExtension.h69 const AsmToken &Lex() { return getParser().Lex(); } in Lex() function
DMCAsmLexer.h149 const AsmToken &Lex() { in Lex() function
/external/javassist/src/main/javassist/compiler/
DLex.java27 public class Lex implements TokenId { class
39 public Lex(String s) { in Lex() method in Lex
/external/llvm/lib/AsmParser/
DLLLexer.h50 lltok::Kind Lex() { in Lex() function
DLLParser.h92 LLLexer Lex; variable
/external/clang/lib/Format/
DFormat.cpp1268 FormatTokenLexer(Lexer &Lex, SourceManager &SourceMgr, FormatStyle &Style, in FormatTokenLexer()
1636 Lexer &Lex; member in clang::format::__anon0bcb66d40111::FormatTokenLexer
1680 Formatter(const FormatStyle &Style, Lexer &Lex, SourceManager &SourceMgr, in Formatter()
1950 Lexer &Lex; member in clang::format::__anon0bcb66d40111::Formatter
1962 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex, in reformat()
1988 Lexer Lex(ID, SourceMgr.getBuffer(ID), SourceMgr, in reformat() local
/external/llvm/lib/TableGen/
DTGParser.h56 TGLexer Lex; variable
DTGLexer.h88 tgtok::TokKind Lex() { in Lex() function
/external/clang/tools/clang-format/
DClangFormat.cpp228 Lexer Lex(ID, Sources.getBuffer(ID), Sources, in format() local
/external/clang/lib/Lex/
DTokenLexer.cpp410 bool TokenLexer::Lex(Token &Tok) { in Lex() function in TokenLexer
DPreprocessor.cpp662 void Preprocessor::Lex(Token &Result) { in Lex() function in Preprocessor
DPTHLexer.cpp46 bool PTHLexer::Lex(Token& Tok) { in Lex() function in PTHLexer
DLexer.cpp2867 bool Lexer::Lex(Token &Result) { in Lex() function in Lexer
/external/clang/lib/Index/
DCommentToXML.cpp616 Lexer Lex(ID, FormatRewriterContext.Sources.getBuffer(ID), in formatTextOfDeclaration() local
/external/clang/tools/libclang/
DCIndex.cpp5164 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in getTokens() local
5716 static bool lexNext(Lexer &Lex, Token &Tok, in lexNext()
5752 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in annotatePreprocessorTokens() local
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp600 const AsmToken &AsmParser::Lex() { in Lex() function in AsmParser