HomeSort by relevance Sort by last modified time
    Searched refs:ScriptScanner (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/include/mcld/Script/
ScriptScanner.h 1 //===- ScriptScanner.h ----------------------------------------------------===//
22 mcld::ScriptParser::token_type mcld::ScriptScanner::lex( \
34 /** \class ScriptScanner
37 class ScriptScanner : public yyFlexLexer {
39 explicit ScriptScanner(std::istream* yyin = NULL, std::ostream* yyout = NULL);
41 virtual ~ScriptScanner();
  /frameworks/compile/mclinker/lib/Script/
ScriptReader.cpp 13 #include "mcld/Script/ScriptScanner.h"
51 ScriptScanner scanner(&in);
ScriptScanner.ll 1 /*===- ScriptScanner.ll ---------------------------------------------------===//
13 #include "mcld/Script/ScriptScanner.h"
288 ScriptScanner::ScriptScanner(std::istream* yyin, std::ostream* yyout)
293 ScriptScanner::~ScriptScanner()
297 void ScriptScanner::enterComments(ScriptParser::location_type& pLocation)
342 void ScriptScanner::setLexState(ScriptFile::Kind pKind)
362 void ScriptScanner::popLexState()
ScriptParser.yy 13 #include "mcld/Script/ScriptScanner.h"
52 %parse-param { class ScriptScanner& m_ScriptScanner }

Completed in 208 milliseconds