Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp461 bool hasSameVisibilityContextAndLinkage(T *Found, T *From);
1028 bool ASTNodeImporter::hasSameVisibilityContextAndLinkage(T *Found, T *From) { in hasSameVisibilityContextAndLinkage() function in clang::ASTNodeImporter
1044 bool ASTNodeImporter::hasSameVisibilityContextAndLinkage(TypedefNameDecl *Found, in hasSameVisibilityContextAndLinkage() function in clang::ASTNodeImporter
2722 if (!hasSameVisibilityContextAndLinkage(FoundTypedef, D)) in VisitTypedefNameDecl()
2741 !hasSameVisibilityContextAndLinkage(FoundR, FromR)) in VisitTypedefNameDecl()
2950 if (!hasSameVisibilityContextAndLinkage(FoundEnum, D)) in VisitEnumDecl()
3094 if (!hasSameVisibilityContextAndLinkage(FoundRecord, D)) in VisitRecordDecl()
3752 if (!hasSameVisibilityContextAndLinkage(FoundFunction, D)) in VisitFunctionDecl()
4484 if (!hasSameVisibilityContextAndLinkage(FoundVar, D)) in VisitVarDecl()
6057 if (!hasSameVisibilityContextAndLinkage(FoundTemplate, D)) in VisitClassTemplateDecl()
[all …]