Searched refs:LookupShallow (Results 1 – 3 of 3) sorted by relevance
52 return CurrentScope::Get()->LookupShallow(name); in TryLookupShallow()
103 for (Declarable* declarable : LookupShallow(name)) { in Lookup()
178 std::vector<Declarable*> LookupShallow(const QualifiedName& name) { in LookupShallow() function192 return child->LookupShallow(name.DropFirstNamespaceQualification()); in LookupShallow()