Home
last modified time | relevance | path

Searched refs:PreviousDeclLoc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2270 std::optional<SourceLocation> PreviousDeclLoc; in ActOnPopScope() member
2278 SourceLocation PreviousDeclLoc, in ActOnPopScope()
2280 DeclDiags.push_back(LocAndDiag{Loc, PreviousDeclLoc, std::move(PD)}); in ActOnPopScope()
2336 if (D.PreviousDeclLoc) in ActOnPopScope()
2337 Diag(*D.PreviousDeclLoc, diag::note_previous_declaration); in ActOnPopScope()