Searched refs:Lex (Results 1 - 25 of 65) sorted by relevance

123

/external/javassist/src/main/javassist/compiler/
H A DSyntaxError.java19 public SyntaxError(Lex lexer) {
H A DCompileError.java22 private Lex lex;
25 public CompileError(String s, Lex l) {
43 public Lex getLex() { return lex; }
H A DLex.java27 public class Lex implements TokenId { class in inherits:TokenId
39 public Lex(String s) { method in class:Lex
/external/llvm/lib/TableGen/
H A DTGParser.cpp392 switch (Lex.getCode()) {
428 if (Lex.getCode() != tgtok::Id) {
433 Record *Result = Records.getClass(Lex.getCurStrVal());
435 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'");
437 Lex.Lex();
447 if (Lex.getCode() != tgtok::Id) {
452 MultiClass *Result = MultiClasses[Lex.getCurStrVal()];
454 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'");
456 Lex
[all...]
/external/clang/unittests/Lex/
H A DMakefile1 ##===- unittests/Lex/Makefile ------------------------------*- Makefile -*-===##
11 TESTNAME = Lex
/external/llvm/lib/AsmParser/
H A DLLParser.cpp39 Lex.Lex();
164 switch (Lex.getKind()) {
231 assert(Lex.getKind() == lltok::kw_module);
232 Lex.Lex();
246 assert(Lex.getKind() == lltok::kw_target);
248 switch (Lex.Lex()) {
251 Lex
[all...]
H A DLLParser.h90 LLLexer Lex; member in class:llvm::LLParser
129 Context(m->getContext()), Lex(F, SM, Err, m->getContext()),
138 return Lex.Error(L, Msg);
141 return Error(Lex.getLoc(), Msg);
153 if (Lex.getKind() != T) return false;
154 Lex.Lex();
158 if (Lex.getKind() != T) {
162 *Loc = Lex.getLoc();
163 Lex
[all...]
/external/clang/lib/
H A DMakefile11 PARALLEL_DIRS = Headers Basic Lex Parse AST ASTMatchers Sema CodeGen Analysis \
/external/clang/unittests/
H A DMakefile17 PARALLEL_DIRS = ASTMatchers Basic AST Frontend Lex Tooling
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp155 Lex();
159 Lex();
168 Lex();
186 Lex();
198 Lex();
211 Lex();
217 Lex();
232 Lex();
247 Lex();
253 Lex();
[all...]
H A DAsmParser.cpp169 virtual const AsmToken &Lex();
206 /// current token is not set; clients should ensure Lex() is called
505 const AsmToken &AsmParser::Lex() { function in class:AsmParser
506 const AsmToken *tok = &Lexer.Lex();
514 tok = &Lexer.Lex();
530 Lex();
614 Lex();
618 Lex();
626 Lex();
638 Lex();
[all...]
H A DDarwinAsmParser.cpp314 Lex();
349 Lex();
358 Lex();
374 Lex();
379 Lex();
401 Lex();
410 Lex();
440 Lex();
443 Lex();
543 Lex();
[all...]
H A DELFAsmParser.cpp182 Lex();
186 Lex();
194 Lex();
210 Lex();
231 Lex();
242 Lex(); // Consume the "-".
245 Lex();
248 Lex();
351 Lex();
357 Lex();
[all...]
/external/clang/include/clang/Lex/
H A DPTHLexer.h17 #include "clang/Lex/PreprocessorLexer.h"
70 /// Lex - Return the next token.
71 void Lex(Token &Tok);
91 /// IndirectLex - An indirect call to 'Lex' that can be invoked via
93 void IndirectLex(Token &Result) { Lex(Result); }
/external/clang/lib/Parse/
H A DParsePragma.cpp17 #include "clang/Lex/Preprocessor.h"
125 PP.Lex(Tok);
135 PP.Lex(Tok);
141 PP.Lex(Tok);
152 PP.Lex(Tok);
162 PP.Lex(Tok);
165 PP.Lex(Tok);
172 PP.Lex(Tok);
175 PP.Lex(Tok);
178 PP.Lex(To
[all...]
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h69 const AsmToken &Lex() { return getParser().Lex(); } function in class:llvm::MCAsmParserExtension
/external/clang/lib/Lex/
H A DPragma.cpp15 #include "clang/Lex/Pragma.h"
16 #include "clang/Lex/HeaderSearch.h"
17 #include "clang/Lex/LiteralSupport.h"
18 #include "clang/Lex/Preprocessor.h"
19 #include "clang/Lex/MacroInfo.h"
20 #include "clang/Lex/LexDiagnostic.h"
103 /// HandlePragmaDirective - The "\#pragma" directive has been parsed. Lex the
180 Lex(Tok);
187 Lex(Tok);
192 Lex(To
[all...]
H A DPPCaching.cpp15 #include "clang/Lex/Preprocessor.h"
58 Lex(Result);
91 Lex(CachedTokens.back());
/external/clang/lib/Rewrite/Frontend/
H A DRewriteMacros.cpp17 #include "clang/Lex/Preprocessor.h"
106 PP.Lex(PPTok);
119 PP.Lex(PPTok);
160 PP.Lex(PPTok);
199 PP.Lex(PPTok);
/external/clang/
H A DAndroid.mk17 lib/Lex \
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp530 Parser.Lex(); // Eat percent token.
564 Parser.Lex(); // Eat 'st'
569 // Lex the paren.
570 getParser().Lex();
587 if (getParser().Lex().isNot(AsmToken::RParen))
591 Parser.Lex(); // Eat ')'
612 Parser.Lex(); // Eat it.
624 Parser.Lex(); // Eat identifier token.
658 Parser.Lex();
667 Parser.Lex();
[all...]
H A DX86AsmLexer.cpp29 tentativeToken = getLexer()->Lex();
39 return getLexer()->Lex();
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp472 Parser.Lex(); // Eat register token.
496 Parser.Lex(); // Eat dollar token.
502 Parser.Lex(); //eat parenthesis
506 Parser.Lex(); //eat dollar
515 Parser.Lex();
568 Parser.Lex(); //eat % token
575 Parser.Lex(); //eat identifier
582 Parser.Lex(); //eat '(' token
584 Parser.Lex(); //eat % token
590 Parser.Lex(); //ea
[all...]
/external/clang/include/clang/
H A DMakefile2 DIRS := AST Basic Driver Lex Parse Sema Serialization
/external/llvm/include/llvm/MC/
H A DMCTargetAsmLexer.h57 /// Lex - Consume the next token from the input stream and return it.
58 const AsmToken &Lex() { function in class:llvm::MCTargetAsmLexer

Completed in 504 milliseconds

123