Searched refs:PreviousDeclLoc (Results 1 – 1 of 1) sorted by relevance
2224 std::optional<SourceLocation> PreviousDeclLoc; in ActOnPopScope() member2232 SourceLocation PreviousDeclLoc, in ActOnPopScope()2234 DeclDiags.push_back(LocAndDiag{Loc, PreviousDeclLoc, std::move(PD)}); in ActOnPopScope()2284 if (D.PreviousDeclLoc) in ActOnPopScope()2285 Diag(*D.PreviousDeclLoc, diag::note_previous_declaration); in ActOnPopScope()