Searched refs:TargetNS (Results 1 – 2 of 2) sorted by relevance
74 findContextForNS(llvm::StringRef TargetNS, const DeclContext *CurContext) { in findContextForNS() argument75 assert(TargetNS.empty() || TargetNS.endswith("::")); in findContextForNS()79 if (TargetNS.empty()) { in findContextForNS()95 if (!CurrentContextNS.startswith(TargetNS)) in findContextForNS()98 while (CurrentContextNS != TargetNS) { in findContextForNS()
54 : TargetNS(Target.getNominatedNamespace()), in FindSameUsings()58 if (D->getNominatedNamespace() != TargetNS || in VisitUsingDirectiveDecl()66 const NamespaceDecl *TargetNS; member in clang::clangd::__anon6819becf0111::FindSameUsings