Searched refs:AnalyzeDeleteExprMismatch (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | Sema.cpp | 900 AnalyzeDeleteExprMismatch(DeletedFieldInfo.first, DeleteExprLoc.first, in ActOnEndOfTranslationUnit()
|
D | SemaExprCXX.cpp | 2800 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/llvm-project/clang/lib/Sema/ |
D | Sema.cpp | 1283 AnalyzeDeleteExprMismatch(DeletedFieldInfo.first, DeleteExprLoc.first, in ActOnEndOfTranslationUnit()
|
D | SemaExprCXX.cpp | 3336 void Sema::AnalyzeDeleteExprMismatch(const CXXDeleteExpr *DE) { in AnalyzeDeleteExprMismatch() function in Sema 3356 void Sema::AnalyzeDeleteExprMismatch(FieldDecl *Field, SourceLocation DeleteLoc, in AnalyzeDeleteExprMismatch() function in Sema 3597 AnalyzeDeleteExprMismatch(Result); in ActOnCXXDelete()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 9482 void AnalyzeDeleteExprMismatch(const CXXDeleteExpr *DE); 9483 void AnalyzeDeleteExprMismatch(FieldDecl *Field, SourceLocation DeleteLoc,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 12396 void AnalyzeDeleteExprMismatch(const CXXDeleteExpr *DE); 12397 void AnalyzeDeleteExprMismatch(FieldDecl *Field, SourceLocation DeleteLoc,
|