Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp136 DeclarationName NameInScope);
1310 DeclarationName NameInScope) { in AppendScope() argument
1324 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1328 if (Policy.SuppressInlineNamespace && NS->isInline() && NameInScope && in AppendScope()
1329 NS->isRedundantInlineQualifierFor(NameInScope)) in AppendScope()
1330 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1355 AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
H A DDecl.cpp1746 DeclarationName NameInScope = getDeclName(); in printNestedNameSpecifier() local
1754 if (P.SuppressInlineNamespace && Ctx->isInlineNamespace() && NameInScope && in printNestedNameSpecifier()
1755 cast<NamespaceDecl>(Ctx)->isRedundantInlineQualifierFor(NameInScope)) in printNestedNameSpecifier()
1764 NameInScope = ND->getDeclName(); in printNestedNameSpecifier()