Lines Matching refs:QualifiedName
47 static std::vector<Declarable*> TryLookup(const QualifiedName& name) {
51 static std::vector<Declarable*> TryLookupShallow(const QualifiedName& name) {
56 static std::vector<T*> TryLookup(const QualifiedName& name) {
60 static std::vector<Declarable*> Lookup(const QualifiedName& name) {
68 static std::vector<Declarable*> LookupGlobalScope(const QualifiedName& name);
70 static const TypeAlias* LookupTypeAlias(const QualifiedName& name);
71 static const Type* LookupType(const QualifiedName& name);
73 static base::Optional<const Type*> TryLookupType(const QualifiedName& name);
74 static const Type* LookupGlobalType(const QualifiedName& name);
79 static Value* LookupValue(const QualifiedName& name);
83 static base::Optional<Builtin*> TryLookupBuiltin(const QualifiedName& name);
86 static GenericCallable* LookupUniqueGeneric(const QualifiedName& name);
88 static GenericType* LookupUniqueGenericType(const QualifiedName& name);
91 const QualifiedName& name);