Home
last modified time | relevance | path

Searched refs:DtorLoc (Results 1 – 4 of 4) 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/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp3733 SourceLocation DtorLoc) { in CheckVirtualDtorCall() argument
3770 Diag(DtorLoc, diag::note_delete_non_virtual) in CheckVirtualDtorCall()
3771 << FixItHint::CreateInsertion(DtorLoc, TypeStr + "::"); in CheckVirtualDtorCall()
/external/clang/include/clang/Sema/
DSema.h4815 SourceLocation DtorLoc);
/external/llvm-project/clang/include/clang/Sema/
DSema.h6132 SourceLocation DtorLoc);