Lines Matching defs:fqName
378 bool AST::importFQName(const FQName& fqName) { in importFQName()
472 bool AST::addImplicitImport(const FQName& fqName) { in addImplicitImport()
484 FQName fqName; in addImport() local
525 const FQName& fqName = ref.getLookupFqName(); in lookupLocalIdentifier() local
546 EnumValue* AST::lookupEnumValue(const FQName& fqName, std::string* errorMsg, const Scope* scope) { in lookupEnumValue()
575 Type* AST::lookupType(const FQName& fqName, const Scope* scope) { in lookupType()
603 Type* AST::lookupTypeLocally(const FQName& fqName, const Scope* scope) { in lookupTypeLocally()
618 status_t AST::lookupAutofilledType(const FQName &fqName, Type **returnedType) { in lookupAutofilledType()
650 Type *AST::lookupTypeFromImports(const FQName &fqName) { in lookupTypeFromImports()
770 void AST::addToImportedNamesGranular(const FQName &fqName) { in addToImportedNamesGranular()
780 Type *AST::findDefinedType(const FQName &fqName, FQName *matchingName) const { in findDefinedType() argument
799 for (const auto& fqName : mImportedNamesGranular) { in getImportedPackages() local
832 for (const auto& fqName : mImportedNamesGranular) { in getAllImportedNamesGranular() local
905 [referencedTypes](const auto &fqName) { in addReferencedTypes()