Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp6563 const auto *NamespaceY = cast<NamespaceDecl>(Y); in isSameEntity() local
6564 return NamespaceX->isInline() == NamespaceY->isInline(); in isSameEntity()