Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp904 for (auto CurrentNamespace = NamespaceContext; CurrentNamespace; in UnwindNamespaceContext() local
905 CurrentNamespace = in UnwindNamespaceContext()
906 dyn_cast<NamespaceDecl>(CurrentNamespace->getParent())) { in UnwindNamespaceContext()
907 if (!CurrentNamespace->isInlineNamespace()) in UnwindNamespaceContext()
908 NamespaceStack.push(CurrentNamespace); in UnwindNamespaceContext()
913 auto CurrentNamespace = NamespaceStack.top(); in UnwindNamespaceContext() local
916 Reader->lookupNamespaceID(CurrentNamespace->getName(), NamespaceID); in UnwindNamespaceContext()