Searched refs:isTopLevelNamespaceWithName (Results 1 – 1 of 1) sorted by relevance
41 static bool isTopLevelNamespaceWithName(const NamespaceDecl &NS, in isTopLevelNamespaceWithName() function53 return N->isStdNamespace() || isTopLevelNamespaceWithName(*N, "absl"); in hasOptionalClassName()60 return N != nullptr && (isTopLevelNamespaceWithName(*N, "base") || in hasOptionalClassName()61 isTopLevelNamespaceWithName(*N, "folly")); in hasOptionalClassName()