Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dintf_type_check.cpp59 const auto &importMap = ast_->GetImports(); in CheckIntfSaAst() local
60 …if (std::any_of(importMap.begin(), importMap.end(), [] (const std::pair<std::string, AutoPtr<AST>>… in CheckIntfSaAst()