Home
last modified time | relevance | path

Searched refs:Parser (Results 1 - 8 of 8) sorted by relevance

/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dparser.cpp18 void Parser::CleanError() in CleanError()
23 bool Parser::Parse() in Parse()
50 std::shared_ptr<AstObject> Parser::ParseOneContent(const std::string &src, std::list<std::string> &includeList) in ParseOneContent()
89 std::list<std::shared_ptr<Ast>> Parser::ParseOne(const std::string &src) in ParseOne()
121 bool Parser::CheckCycleInclude(const std::string &includeSrc) in CheckCycleInclude()
126 bool Parser::ProcessInclude(std::list<std::string> &includeList) in ProcessInclude()
170 std::shared_ptr<AstObject> Parser::ParseNode(Token &name, bool bracesStart) in ParseNode()
209 std::shared_ptr<AstObject> Parser::ParseTerm(Token &name) in ParseTerm()
255 std::shared_ptr<AstObject> Parser::ParseTemplate() in ParseTemplate()
272 std::shared_ptr<AstObject> Parser
[all...]
H A Dparser.h20 class Parser { class
22 Parser() = default;
24 ~Parser() = default;
H A Dmain.cpp41 Parser parser; in main()
/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp48 bool Parser::Parse(const std::vector<FileDetail> &fileDetails) in Parse()
63 bool Parser::ParseOne(const std::string &sourceFile) in ParseOne()
80 bool Parser::Reset(const std::string &sourceFile) in Reset()
93 bool Parser::ParseFile() in ParseFile()
115 std::string Parser::ParseLicense() in ParseLicense()
126 bool Parser::ParsePackage() in ParsePackage()
168 bool Parser::ParserPackageInfo(const std::string &packageName) in ParserPackageInfo()
186 bool Parser::ParseImports() in ParseImports()
221 void Parser::ParseImportInfo() in ParseImportInfo()
253 void Parser
[all...]
H A Dparser.h37 class Parser { class
39 Parser() = default;
41 ~Parser() = default;
/drivers/hdf_core/framework/tools/hdi-gen/
H A Dmain.cpp49 Parser parser; in main()
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A DGenerator.js18 const { Parser } = require('./parser');
23 this.parser = new Parser();
H A Dparser.js32 class Parser {
422 Parser,

Completed in 4 milliseconds