Home
last modified time | relevance | path

Searched refs:importAST (Results 1 – 1 of 1) sorted by relevance

/system/tools/hidl/
DAST.cpp409 AST* importAST; in addImport() local
410 status_t err = mCoordinator->parseOptional(interfaceName, &importAST, &mImportedASTs, in addImport()
415 if (importAST != nullptr) { in addImport()
423 mImportedTypes.erase(importAST); in addImport()
430 Type *match = importAST->findDefinedType(fqName, &matchingName); in addImport()
435 mImportedTypes[importAST].insert(match); in addImport()
443 importAST = mCoordinator->parse(typesFQName, &mImportedASTs, Coordinator::Enforce::NONE); in addImport()
445 if (importAST != nullptr) { in addImport()
448 Type *match = importAST->findDefinedType(fqName, &matchingName); in addImport()
453 mImportedTypes[importAST].insert(match); in addImport()