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.cpp2208 std::optional<SourceLocation> PreviousDeclLoc; in ActOnPopScope() member
2216 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()