Searched refs:ImportStatement (Results 1 – 3 of 3) sorted by relevance
27 for (const ImportStatement& import : ast.getImportStatements()) { in importTypes()
48 struct ImportStatement { struct167 const std::vector<ImportStatement>& getImportStatements() const;245 std::vector<ImportStatement> mImportStatements;
794 const std::vector<ImportStatement>& AST::getImportStatements() const { in getImportStatements()