Searched refs:ModuleParser (Results 1 – 3 of 3) sorted by relevance
16 const char* ModuleParser::TAG = "ModuleParser";18 AutoPtr<ASTModule> ModuleParser::Parse() in Parse()31 bool ModuleParser::ParserDependencies() in ParserDependencies()53 bool ModuleParser::CompileFiles() in CompileFiles()67 bool ModuleParser::ParserAllImports(const String& rootFilePath) in ParserAllImports()84 bool ModuleParser::ParserAllImportsRecursion(const std::shared_ptr<FileDetail>& fileInfo) in ParserAllImportsRecursion()116 bool ModuleParser::ParserAllidlFile(const std::vector<String>& idlSourceFile) in ParserAllidlFile()136 bool ModuleParser::CheckCircularReference() in CheckCircularReference()
20 class ModuleParser {24 explicit ModuleParser(const Options& option) : option_(option), in ModuleParser() function32 ~ModuleParser() {} in ~ModuleParser()
51 ModuleParser moduleParser(options); in main()