31 const MatchFinder::MatchResult &Result) {
32 const auto *InternalDependency =
33 Result.Nodes.getNodeAs<NestedNameSpecifierLoc>(
"InternalDep");
35 SourceLocation LocAtFault =
36 Result.SourceManager->getSpellingLoc(InternalDependency->getBeginLoc());
38 if (!LocAtFault.isValid())
42 "do not reference any 'internal' namespaces; those implementation "
43 "details are reserved to Abseil");