Searched refs:Lexer (Results 251 - 275 of 287) sorted by relevance

<<1112

/external/clang/lib/Lex/
H A DPragma.cpp290 Lexer *TL = Lexer::Create_PragmaLexer(TokLoc, PragmaLoc, RParenLoc,
H A DModuleMap.cpp23 #include "clang/Lex/Lexer.h"
968 Lexer &L;
1027 explicit ModuleMapParser(Lexer &L, SourceManager &SourceMgr,
2278 Lexer L(ID, SourceMgr.getBuffer(ID), SourceMgr, MMapLangOpts);
H A DHeaderSearch.cpp20 #include "clang/Lex/Lexer.h"
959 return Lexer::Stringify(Path.str());
H A DPPMacroExpansion.cpp1292 Lexer::Stringify(FN);
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Drecognizers.py92 # constantly in generated code and Lexer object) :(
1046 class Lexer(BaseRecognizer, TokenSource): class in inherits:BaseRecognizer, TokenSource
1051 lexer grammars result in a subclass of this object. A Lexer object
1075 # wack Lexer state variables
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb346 feed text input into an ANTLR Lexer for token processing.
735 lexer = Calculator::Lexer.new(source_input)
/external/chromium_org/tools/idl_parser/
H A Didl_parser.py129 # The Parser inherits the from the Lexer to provide PLY with the tokenizing
975 filename = self.lexer.Lexer().filename
/external/clang/lib/AST/
H A DCommentParser.cpp257 Parser::Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
H A DExpr.cpp30 #include "clang/Lex/Lexer.h"
995 Lexer TheLexer(SM.getLocForStartOfFile(LocInfo.first), Features,
1011 return Lexer::AdvanceToTokenCharacter(StrTokLoc, Offset, SM, Features);
/external/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp17 #include "clang/Lex/Lexer.h"
308 TokSize = Lexer::MeasureTokenLength(Range.getEnd(),
H A DVerifyDiagnosticConsumer.cpp580 /// any expected-* directives. As a Lexer is used rather than a full-blown
592 Lexer RawLex(FID, FromFile, SM, LangOpts);
H A DASTUnit.cpp1259 return std::make_pair(Buffer, Lexer::ComputePreamble(Buffer,
1297 CharSourceRange FileRange = Lexer::makeFileCharRange(Range, SM, LangOpts);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DPython.stg88 main = ParserMain("<recognizer.grammar.name>Lexer", <recognizer.name>)<\n>
108 labelType="CommonToken", superClass="Lexer") ::= <<
157 /** A override of Lexer.nextToken() that backtracks over mTokens() looking
203 # is Lexer always superclass?
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp21 #include "clang/Lex/Lexer.h"
690 StringRef text = Lexer::getSourceText(
/external/clang/lib/Sema/
H A DSema.cpp48 return Lexer::getLocForEndOfToken(Loc, Offset, SourceMgr, LangOpts);
H A DAnalysisBasedWarnings.cpp37 #include "clang/Lex/Lexer.h"
651 SourceLocation ElseKwLoc = Lexer::getLocForEndOfToken(
H A DSemaExprObjC.cpp3066 if (Lexer::isIdentifierBodyChar(PrevChar, S.getLangOpts()))
3084 if (Lexer::isIdentifierBodyChar(PrevChar, S.getLangOpts()))
/external/clang/unittests/AST/
H A DCommentParser.cpp61 Lexer L(Allocator, Diags, Traits, Begin, Source, Source + strlen(Source));
/external/clang/tools/libclang/
H A DCIndex.cpp35 #include "clang/Lex/Lexer.h"
146 unsigned Length = Lexer::MeasureTokenLength(SM.getSpellingLoc(EndLoc),
4419 SLoc = Lexer::GetBeginningOfToken(SLoc, CXXUnit->getSourceManager(),
5164 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first),
5716 static bool lexNext(Lexer &Lex, Token &Tok,
5752 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first),
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp24 #include "clang/Lex/Lexer.h"
1661 LineString += Lexer::Stringify(PLoc.getFilename());
3121 LineString += Lexer::Stringify(PLoc.getFilename());
4006 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts);
4053 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DCSharp2.stg103 superClass={<if(actions.(actionScope).superClass)><actions.(actionScope).superClass><else>Antlr.Runtime.Lexer<endif>}) ::= <<
199 /** A override of Lexer.nextToken() that backtracks over mTokens() looking
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DCSharp3.stg101 superClass={<if(actions.(actionScope).superClass)><actions.(actionScope).superClass><else>Antlr.Runtime.Lexer<endif>},
194 /** A override of Lexer.nextToken() that backtracks over mTokens() looking
/external/doclava/src/com/google/doclava/parser/
H A DJavaLexer.java24 import org.antlr.runtime.Lexer;
30 public class JavaLexer extends Lexer {
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
H A DParser.java21 private final Lexer lexer;
34 public Parser(@SuppressWarnings("hiding") Lexer lexer)
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...

Completed in 616 milliseconds

<<1112