Searched refs:CurrentContextNS (Results 1 – 1 of 1) sorted by relevance
92 llvm::StringRef CurrentContextNS(TargetContextNS); in findContextForNS() local95 if (!CurrentContextNS.startswith(TargetNS)) in findContextForNS()98 while (CurrentContextNS != TargetNS) { in findContextForNS()102 CurrentContextNS = CurrentContextNS.take_front( in findContextForNS()103 CurrentContextNS.drop_back(2).rfind("::") + 2); in findContextForNS()