Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp2224 std::optional<SourceLocation> PreviousDeclLoc; in ActOnPopScope() member
2232 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()