Searched refs:UnspelledScopes (Results 1 – 1 of 1) sorted by relevance
137 llvm::SmallVector<llvm::StringRef, 2> UnspelledScopes; in disambiguateSpellingInScope() local138 UnspelledSpecifier.split(UnspelledScopes, "::", /*MaxSplit=*/-1, in disambiguateSpellingInScope()175 if (UnspelledScopes.empty()) { in disambiguateSpellingInScope()178 Disambiguated = (UnspelledScopes.back() + "::" + Disambiguated).str(); in disambiguateSpellingInScope()179 UnspelledScopes.pop_back(); in disambiguateSpellingInScope()