Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp125 DeclarationName NameInScope);
1221 DeclarationName NameInScope) { in AppendScope() argument
1235 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1239 if (Policy.SuppressInlineNamespace && NS->isInline() && NameInScope && in AppendScope()
1240 NS->isRedundantInlineQualifierFor(NameInScope)) in AppendScope()
1241 return AppendScope(DC->getParent(), OS, NameInScope); in AppendScope()
1266 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()