Searched refs:UndefinedDiag (Results 1 – 2 of 2) sorted by relevance
225 struct UndefinedDiag { struct234 static void reportUndefinedSymbol(const UndefinedDiag &undefDiag) { in reportUndefinedSymbol()241 for (const UndefinedDiag::File &ref : undefDiag.files) { in reportUndefinedSymbol()395 std::vector<UndefinedDiag> undefDiags; in reportProblemSymbols()428 for (const UndefinedDiag &undefDiag : undefDiags) in reportProblemSymbols()
730 struct UndefinedDiag { struct740 static std::vector<UndefinedDiag> undefs; argument875 static void reportUndefinedSymbol(const UndefinedDiag &undef, in reportUndefinedSymbol()898 for (UndefinedDiag::Loc l : undef.locs) { in reportUndefinedSymbol()940 DenseMap<Symbol *, UndefinedDiag *> firstRef; in reportUndefinedSymbols()941 for (UndefinedDiag &undef : undefs) { in reportUndefinedSymbols()943 if (UndefinedDiag *canon = firstRef.lookup(undef.sym)) { in reportUndefinedSymbols()