Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3980 SourceLocation DtorLoc) { in CheckVirtualDtorCall() argument
4017 Diag(DtorLoc, diag::note_delete_non_virtual) in CheckVirtualDtorCall()
4018 << FixItHint::CreateInsertion(DtorLoc, TypeStr + "::"); in CheckVirtualDtorCall()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8241 SourceLocation DtorLoc);