Home
last modified time | relevance | path

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

12

/external/llvm/tools/llvm-mcmarkup/
Dllvm-mcmarkup.cpp70 MarkupLexer &Lex; member in MarkupParser
153 MarkupLexer Lex(InputSource); in parseMCMarkup() local
/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/clang/lib/Format/
DFormatTokenLexer.h71 std::unique_ptr<Lexer> Lex; variable
DFormat.cpp1448 void skipComments(Lexer &Lex, Token &Tok) { in skipComments()
1457 bool checkAndConsumeDirectiveWithName(Lexer &Lex, StringRef Name, Token &Tok) { in checkAndConsumeDirectiveWithName()
1473 Lexer Lex(Env->getFileID(), SourceMgr.getBuffer(Env->getFileID()), SourceMgr, in getOffsetAfterHeaderGuardsAndComments() local
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCTargetAsmLexer.h58 const AsmToken &Lex() { in Lex() function
/external/tensorflow/tensorflow/compiler/xla/tools/parser/
Dhlo_lexer.h39 TokKind Lex() { return current_kind_ = LexToken(); } in Lex() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
DMCAsmParserExtension.h69 const AsmToken &Lex() { return getParser().Lex(); } in Lex() function
DMCAsmLexer.h145 const AsmToken &Lex() { in Lex() function
/external/llvm/lib/AsmParser/
DLLLexer.h49 lltok::Kind Lex() { in Lex() function
DLLParser.h92 LLLexer Lex; variable
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLLexer.h51 lltok::Kind Lex() { in Lex() function
DLLParser.h89 LLLexer Lex; variable
/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGParser.h45 TGLexer Lex; variable
DTGLexer.h82 tgtok::TokKind Lex() { in Lex() function
/external/llvm/include/llvm/MC/MCParser/
DMCAsmParserExtension.h81 const AsmToken &Lex() { return getParser().Lex(); } in Lex() function
DMCAsmLexer.h156 const AsmToken &Lex() { in Lex() function
/external/llvm/lib/TableGen/
DTGParser.h56 TGLexer Lex; variable
DTGLexer.h91 tgtok::TokKind Lex() { in Lex() function
/external/clang/lib/Lex/
DTokenLexer.cpp419 bool TokenLexer::Lex(Token &Tok) { in Lex() function in TokenLexer
DPreprocessor.cpp722 void Preprocessor::Lex(Token &Result) { in Lex() function in Preprocessor
DPTHLexer.cpp45 bool PTHLexer::Lex(Token& Tok) { in Lex() function in PTHLexer
DLexer.cpp2896 bool Lexer::Lex(Token &Result) { in Lex() function in Lexer
/external/clang/unittests/Lex/
DLexerTest.cpp61 std::vector<Token> Lex(StringRef Source) { in Lex() function in __anone91643700111::LexerTest
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp435 const AsmToken &AsmParser::Lex() { in Lex() function in AsmParser
/external/clang/tools/libclang/
DCIndex.cpp6053 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in getTokens() local
6595 static bool lexNext(Lexer &Lex, Token &Tok, in lexNext()
6628 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in annotatePreprocessorTokens() local

12