Searched refs:getLocalOwningModule (Results 1 – 7 of 7) sorted by relevance
801 Module *getLocalOwningModule() const { in getLocalOwningModule() function823 return isFromASTFile() ? getImportedOwningModule() : getLocalOwningModule(); in getOwningModule()
822 Module *getLocalOwningModule() const { in getLocalOwningModule() function844 return isFromASTFile() ? getImportedOwningModule() : getLocalOwningModule(); in getOwningModule()
812 Module *getLocalOwningModule() const { in getLocalOwningModule() function834 return isFromASTFile() ? getImportedOwningModule() : getLocalOwningModule(); in getOwningModule()
680 Module *getLocalOwningModule() const { in getLocalOwningModule() function
1031 else if (Module *M = D->getLocalOwningModule()) in dumpDecl()
1352 M = Entity->getLocalOwningModule(); in getOwningModule()