Searched defs:ScriptScanner (Results 1 - 1 of 1) sorted by path

/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptScanner.h1 //===- ScriptScanner.h ----------------------------------------------------===//
19 mcld::ScriptScanner::lex(mcld::ScriptParser::semantic_type* yylval, \
30 /** \class ScriptScanner
33 class ScriptScanner : public yyFlexLexer class in namespace:mcld
36 ScriptScanner(std::istream* yyin = NULL, std::ostream* yyout = NULL);
38 virtual ~ScriptScanner();

Completed in 261 milliseconds