Searched refs:ScriptScanner (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptScanner.h1 //===- ScriptScanner.h ----------------------------------------------------===//
22 mcld::ScriptParser::token_type mcld::ScriptScanner::lex( \
34 /** \class ScriptScanner
37 class ScriptScanner : public yyFlexLexer { class in namespace:mcld
39 explicit ScriptScanner(std::istream* yyin = NULL, std::ostream* yyout = NULL);
41 virtual ~ScriptScanner();
/frameworks/compile/mclinker/lib/Script/
H A DScriptReader.cpp13 #include "mcld/Script/ScriptScanner.h"
51 ScriptScanner scanner(&in);
H A DScriptScanner.ll1 /*===- 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()
H A DScriptParser.yy13 #include "mcld/Script/ScriptScanner.h"
52 %parse-param { class ScriptScanner& m_ScriptScanner }

Completed in 75 milliseconds