Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.cpp126 while (foreign_ctxt && foreign_ctxt->isInlineNamespace()) in getEqualLocalDeclContext()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1121 bool DeclContext::isInlineNamespace() const { in isInlineNamespace() function in DeclContext
1630 if (InnerCtx->isTransparentContext() || InnerCtx->isInlineNamespace()) in buildLookupImpl()
1872 if (isTransparentContext() || isInlineNamespace()) in makeDeclVisibleInContextWithFlags()
H A DDecl.cpp1637 if (P.SuppressInlineNamespace && Ctx->isInlineNamespace() && NameInScope && in printNestedNameSpecifier()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1948 bool isInlineNamespace() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp2657 while (!Ctx->isFileContext() || Ctx->isInlineNamespace()) in CollectEnclosingNamespace()
4547 if (!DC->isInlineNamespace() && !DC->isTransparentContext() && in buildContextChain()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp330 if (!NS->isInlineNamespace()) in VisitDecl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9630 } while (other->isInlineNamespace() && (other = other->getParent())); in DeclContextIsContainedInLookup()