Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTypePrinter.cpp136 DeclarationName NameInScope);
1254 DeclarationName NameInScope) { in AppendScope() argument
1268 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1272 if (Policy.SuppressInlineNamespace && NS->isInline() && NameInScope && in AppendScope()
1273 NS->isRedundantInlineQualifierFor(NameInScope)) in AppendScope()
1274 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1299 AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
H A DDecl.cpp1700 DeclarationName NameInScope = getDeclName(); in printNestedNameSpecifier() local
1708 if (P.SuppressInlineNamespace && Ctx->isInlineNamespace() && NameInScope && in printNestedNameSpecifier()
1709 cast<NamespaceDecl>(Ctx)->isRedundantInlineQualifierFor(NameInScope)) in printNestedNameSpecifier()
1718 NameInScope = ND->getDeclName(); in printNestedNameSpecifier()