Home
last modified time | relevance | path

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

/system/tools/hidl/
DAST.cpp118 AST *importAST; in addImport() local
126 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()