Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp900 AnalyzeDeleteExprMismatch(DeletedFieldInfo.first, DeleteExprLoc.first, in ActOnEndOfTranslationUnit()
DSemaExprCXX.cpp2800 void Sema::AnalyzeDeleteExprMismatch(const CXXDeleteExpr *DE) { in AnalyzeDeleteExprMismatch() function in Sema
2820 void Sema::AnalyzeDeleteExprMismatch(FieldDecl *Field, SourceLocation DeleteLoc, in AnalyzeDeleteExprMismatch() function in Sema
3021 AnalyzeDeleteExprMismatch(Result); in ActOnCXXDelete()
/external/clang/include/clang/Sema/
DSema.h9482 void AnalyzeDeleteExprMismatch(const CXXDeleteExpr *DE);
9483 void AnalyzeDeleteExprMismatch(FieldDecl *Field, SourceLocation DeleteLoc,