Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp125 DeclarationName NameInScope);
1226 DeclarationName NameInScope) { in AppendScope() argument
1240 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1244 if (Policy.SuppressInlineNamespace && NS->isInline() && NameInScope && in AppendScope()
1245 NS->isRedundantInlineQualifierFor(NameInScope)) in AppendScope()
1246 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1271 AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
H A DDecl.cpp1629 DeclarationName NameInScope = getDeclName(); in printNestedNameSpecifier() local
1637 if (P.SuppressInlineNamespace && Ctx->isInlineNamespace() && NameInScope && in printNestedNameSpecifier()
1638 cast<NamespaceDecl>(Ctx)->isRedundantInlineQualifierFor(NameInScope)) in printNestedNameSpecifier()
1647 NameInScope = ND->getDeclName(); in printNestedNameSpecifier()