Searched refs:hasSameVisibilityContext (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp477 bool hasSameVisibilityContext(T *Found, T *From);
987 bool ASTNodeImporter::hasSameVisibilityContext(T *Found, T *From) { function in class:clang::ASTNodeImporter
1000 bool ASTNodeImporter::hasSameVisibilityContext(TypedefNameDecl *Found, function in class:clang::ASTNodeImporter
2418 if (!hasSameVisibilityContext(FoundTypedef, D))
2620 if (!hasSameVisibilityContext(FoundEnum, D))
2739 if (!hasSameVisibilityContext(FoundRecord, D))
3187 if (!hasSameVisibilityContext(FoundFunction, D))
3821 if (!hasSameVisibilityContext(FoundVar, D))
5260 if (!hasSameVisibilityContext(FoundTemplate, D))
5788 if (!hasSameVisibilityContext(FoundTemplat
[all...]

Completed in 87 milliseconds