Searched refs:importAST (Results 1 – 1 of 1) sorted by relevance
118 AST *importAST; in addImport() local126 importAST = mCoordinator->parse(interfaceName, &mImportedASTs, Coordinator::Enforce::NONE); in addImport()128 if (importAST != nullptr) { in addImport()136 mImportedTypes.erase(importAST); in addImport()143 Type *match = importAST->findDefinedType(fqName, &matchingName); in addImport()148 mImportedTypes[importAST].insert(match); in addImport()156 importAST = mCoordinator->parse(typesFQName, &mImportedASTs, Coordinator::Enforce::NONE); in addImport()158 if (importAST != nullptr) { in addImport()161 Type *match = importAST->findDefinedType(fqName, &matchingName); in addImport()166 mImportedTypes[importAST].insert(match); in addImport()