Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSema.cpp879 AnalyzeDeleteExprMismatch(DeletedFieldInfo.first, DeleteExprLoc.first, in ActOnEndOfTranslationUnit()
HDSemaExprCXX.cpp2560 void Sema::AnalyzeDeleteExprMismatch(const CXXDeleteExpr *DE) { in AnalyzeDeleteExprMismatch() function in Sema
2580 void Sema::AnalyzeDeleteExprMismatch(FieldDecl *Field, SourceLocation DeleteLoc, in AnalyzeDeleteExprMismatch() function in Sema
2799 AnalyzeDeleteExprMismatch(Result); in ActOnCXXDelete()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h8900 void AnalyzeDeleteExprMismatch(const CXXDeleteExpr *DE);
8901 void AnalyzeDeleteExprMismatch(FieldDecl *Field, SourceLocation DeleteLoc,