Searched refs:UndefinedDiag (Results 1 – 2 of 2) sorted by relevance
214 struct UndefinedDiag { struct223 static void reportUndefinedSymbol(const UndefinedDiag &undefDiag) { in reportUndefinedSymbol()230 for (const UndefinedDiag::File &ref : undefDiag.files) { in reportUndefinedSymbol()351 std::vector<UndefinedDiag> undefDiags; in reportProblemSymbols()384 for (const UndefinedDiag &undefDiag : undefDiags) in reportProblemSymbols()
717 struct UndefinedDiag { struct727 static std::vector<UndefinedDiag> undefs; argument862 static void reportUndefinedSymbol(const UndefinedDiag &undef, in reportUndefinedSymbol()885 for (UndefinedDiag::Loc l : undef.locs) { in reportUndefinedSymbol()927 DenseMap<Symbol *, UndefinedDiag *> firstRef; in reportUndefinedSymbols()928 for (UndefinedDiag &undef : undefs) { in reportUndefinedSymbols()930 if (UndefinedDiag *canon = firstRef.lookup(undef.sym)) { in reportUndefinedSymbols()