Searched defs:ScriptScanner (Results 1 - 1 of 1) 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();

Completed in 1821 milliseconds