Searched refs:PreviousDeclLoc (Results 1 – 1 of 1) sorted by relevance
2190 std::optional<SourceLocation> PreviousDeclLoc; in ActOnPopScope() member2198 SourceLocation PreviousDeclLoc, in ActOnPopScope()2200 DeclDiags.push_back(LocAndDiag{Loc, PreviousDeclLoc, std::move(PD)}); in ActOnPopScope()2255 if (D.PreviousDeclLoc) in ActOnPopScope()2256 Diag(*D.PreviousDeclLoc, diag::note_previous_declaration); in ActOnPopScope()