Lines Matching refs:MatchedSymbols
161 std::vector<find_all_symbols::SymbolInfo> MatchedSymbols = in MaybeDiagnoseMissingCompleteType() local
164 if (!MatchedSymbols.empty() && GenerateDiagnostics) { in MaybeDiagnoseMissingCompleteType()
174 MatchedSymbols), in MaybeDiagnoseMissingCompleteType()
281 std::vector<find_all_symbols::SymbolInfo> MatchedSymbols = in CorrectTypo() local
284 if (!MatchedSymbols.empty() && GenerateDiagnostics) { in CorrectTypo()
293 MatchedSymbols), in CorrectTypo()
327 ArrayRef<find_all_symbols::SymbolInfo> MatchedSymbols) const { in getIncludeFixerContext()
329 for (const auto &Symbol : MatchedSymbols) { in getIncludeFixerContext()
390 std::vector<find_all_symbols::SymbolInfo> MatchedSymbols = in query() local
392 if (MatchedSymbols.empty()) in query()
393 MatchedSymbols = in query()
395 LLVM_DEBUG(llvm::dbgs() << "Having found " << MatchedSymbols.size() in query()
399 this->MatchedSymbols = MatchedSymbols; in query()
400 return MatchedSymbols; in query()