Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp41 static bool isTopLevelNamespaceWithName(const NamespaceDecl &NS, in isTopLevelNamespaceWithName() function
53 return N->isStdNamespace() || isTopLevelNamespaceWithName(*N, "absl"); in hasOptionalClassName()
60 return N != nullptr && (isTopLevelNamespaceWithName(*N, "base") || in hasOptionalClassName()
61 isTopLevelNamespaceWithName(*N, "folly")); in hasOptionalClassName()