Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp136 DeclarationName NameInScope);
1377 DeclarationName NameInScope) { in AppendScope() argument
1391 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1395 if (Policy.SuppressInlineNamespace && NS->isInline() && NameInScope && in AppendScope()
1396 NS->isRedundantInlineQualifierFor(NameInScope)) in AppendScope()
1397 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1422 AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
H A DDecl.cpp1731 DeclarationName NameInScope = getDeclName(); in printNestedNameSpecifier() local
1739 if (P.SuppressInlineNamespace && Ctx->isInlineNamespace() && NameInScope && in printNestedNameSpecifier()
1740 cast<NamespaceDecl>(Ctx)->isRedundantInlineQualifierFor(NameInScope)) in printNestedNameSpecifier()
1749 NameInScope = ND->getDeclName(); in printNestedNameSpecifier()