Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1504 AnalyzeDeleteExprMismatch(DeletedFieldInfo.first, DeleteExprLoc.first, in ActOnEndOfTranslationUnit()
H A DSemaExprCXX.cpp3585 void Sema::AnalyzeDeleteExprMismatch(const CXXDeleteExpr *DE) { in AnalyzeDeleteExprMismatch() function in Sema
3605 void Sema::AnalyzeDeleteExprMismatch(FieldDecl *Field, SourceLocation DeleteLoc, in AnalyzeDeleteExprMismatch() function in Sema
3848 AnalyzeDeleteExprMismatch(Result); in ActOnCXXDelete()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8536 void AnalyzeDeleteExprMismatch(const CXXDeleteExpr *DE);
8537 void AnalyzeDeleteExprMismatch(FieldDecl *Field, SourceLocation DeleteLoc,