HomeSort by: relevance | last modified time | path
    Searched refs:NameInScope (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
TypePrinter.cpp 125 DeclarationName NameInScope);
1221 DeclarationName NameInScope) {
1235 return AppendScope(DC->getParent(), OS, NameInScope);
1239 if (Policy.SuppressInlineNamespace && NS->isInline() && NameInScope &&
1240 NS->isRedundantInlineQualifierFor(NameInScope))
1241 return AppendScope(DC->getParent(), OS, NameInScope);
1266 AppendScope(DC->getParent(), OS, NameInScope);
Decl.cpp 1629 DeclarationName NameInScope = getDeclName();
1637 if (P.SuppressInlineNamespace && Ctx->isInlineNamespace() && NameInScope &&
1638 cast<NamespaceDecl>(Ctx)->isRedundantInlineQualifierFor(NameInScope))
1647 NameInScope = ND->getDeclName();

Completed in 20 milliseconds