Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp3028 SourceLocation DtorLoc) { in CheckVirtualDtorCall() argument
3059 Diag(DtorLoc, diag::note_delete_non_virtual) in CheckVirtualDtorCall()
3060 << FixItHint::CreateInsertion(DtorLoc, TypeStr + "::"); in CheckVirtualDtorCall()
/external/clang/include/clang/Sema/
DSema.h4815 SourceLocation DtorLoc);