Home
last modified time | relevance | path

Searched refs:GetFromTU (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h365 TranslationUnitDecl *GetFromTU(Decl *ToD);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1034 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