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

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp1117 bool DeclContext::isInlineNamespace() const { function in class:DeclContext
1621 if (InnerCtx->isTransparentContext() || InnerCtx->isInlineNamespace())
1863 if (isTransparentContext() || isInlineNamespace())
H A DDecl.cpp1637 if (P.SuppressInlineNamespace && Ctx->isInlineNamespace() && NameInScope &&
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h1948 bool isInlineNamespace() const;
/netbsd-current/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1699 unsigned isInlineNamespace = clang_Cursor_isInlineNamespace(cursor); local
1700 if (isInlineNamespace != 0)
1701 printf(" [isInlineNamespace=%d]", isInlineNamespace);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp2657 while (!Ctx->isFileContext() || Ctx->isInlineNamespace())
4537 if (!DC->isInlineNamespace() && !DC->isTransparentContext() &&
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp328 if (!NS->isInlineNamespace())

Completed in 293 milliseconds