Searched refs:GetFromTU (Results 1 – 2 of 2) sorted by relevance
365 TranslationUnitDecl *GetFromTU(Decl *ToD);
1034 if (Importer.GetFromTU(Found) != From->getTranslationUnitDecl()) in hasSameVisibilityContextAndLinkage()1050 return Importer.GetFromTU(Found) == From->getTranslationUnitDecl(); in hasSameVisibilityContextAndLinkage()9397 TranslationUnitDecl *ASTImporter::GetFromTU(Decl *ToD) { in GetFromTU() function in ASTImporter