Lines Matching defs:imports
34 const auto &imports = table->GetImports();
35 auto optOverloadSet = imports.find(entityName);
36 if (optOverloadSet == imports.end()) {
93 const auto &imports = table->GetImports();
94 auto optEntity = imports.find(bindingName);
95 if (optEntity == imports.end()) {
118 const auto &imports = table->GetImports();
119 auto optEntity = imports.find(entityName);
120 if (optEntity == imports.end()) {
126 // Have more than one imports for the given name - it could not be a variable.
150 // Have more than one imports for the given name, but we search for the single one - variable or class.