Searched refs:isInAnotherModuleUnit (Results 1 – 6 of 6) sorted by relevance
672 bool isInAnotherModuleUnit() const;
1143 bool Decl::isInAnotherModuleUnit() const { in isInAnotherModuleUnit() function in Decl
1982 if (!D->isInAnotherModuleUnit()) in isReachableSlow()3947 if (D->isInAnotherModuleUnit() && in ArgumentDependentLookup()
3862 !New->isThisDeclarationADefinition() && !Old->isInAnotherModuleUnit()) in MergeFunctionDecl()4732 !Old->isInAnotherModuleUnit()) in MergeVarDecl()
7121 if (getLangOpts().CPlusPlusModules && Function->isInAnotherModuleUnit()) { in AddOverloadCandidate()
18524 if (!Func->isDefined() && !Func->isInAnotherModuleUnit()) { in MarkFunctionReferenced()