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.cpp135 DeclarationName NameInScope);
1422 DeclarationName NameInScope) { in AppendScope() argument
1436 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1442 NS->isInline() && NameInScope && in AppendScope()
1443 NS->isRedundantInlineQualifierFor(NameInScope)) in AppendScope()
1444 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1469 AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
H A DDecl.cpp1737 DeclarationName NameInScope = getDeclName(); in printNestedNameSpecifier() local
1745 if (Ctx->isInlineNamespace() && NameInScope) { in printNestedNameSpecifier()
1751 NameInScope))) { in printNestedNameSpecifier()
1766 NameInScope = ND->getDeclName(); in printNestedNameSpecifier()