Searched refs:PreviousDeclLoc (Results 1 – 1 of 1) sorted by relevance
2208 std::optional<SourceLocation> PreviousDeclLoc; in ActOnPopScope() member2216 SourceLocation PreviousDeclLoc, in ActOnPopScope()2218 DeclDiags.push_back(LocAndDiag{Loc, PreviousDeclLoc, std::move(PD)}); in ActOnPopScope()2273 if (D.PreviousDeclLoc) in ActOnPopScope()2274 Diag(*D.PreviousDeclLoc, diag::note_previous_declaration); in ActOnPopScope()