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 DSemaExprCXX.cpp3900 void Sema::AnalyzeDeleteExprMismatch(const CXXDeleteExpr *DE) { in AnalyzeDeleteExprMismatch() function in Sema
3920 void Sema::AnalyzeDeleteExprMismatch(FieldDecl *Field, SourceLocation DeleteLoc, in AnalyzeDeleteExprMismatch() function in Sema
4190 AnalyzeDeleteExprMismatch(Result); in ActOnCXXDelete()
H A DSema.cpp1600 AnalyzeDeleteExprMismatch(DeletedFieldInfo.first, DeleteExprLoc.first, in ActOnEndOfTranslationUnit()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8811 void AnalyzeDeleteExprMismatch(const CXXDeleteExpr *DE);
8812 void AnalyzeDeleteExprMismatch(FieldDecl *Field, SourceLocation DeleteLoc,