Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DTypePrinter.cpp140 DeclarationName NameInScope);
1266 DeclarationName NameInScope) { in AppendScope() argument
1280 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1284 if (Policy.SuppressInlineNamespace && NS->isInline() && NameInScope && in AppendScope()
1285 NS->isRedundantInlineQualifierFor(NameInScope)) in AppendScope()
1286 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1311 AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
H A DDecl.cpp1671 DeclarationName NameInScope = getDeclName(); in printNestedNameSpecifier() local
1679 if (P.SuppressInlineNamespace && Ctx->isInlineNamespace() && NameInScope && in printNestedNameSpecifier()
1680 cast<NamespaceDecl>(Ctx)->isRedundantInlineQualifierFor(NameInScope)) in printNestedNameSpecifier()
1689 NameInScope = ND->getDeclName(); in printNestedNameSpecifier()