Searched refs:DeleteExprLoc (Results 1 – 4 of 4) sorted by relevance
899 for (const auto &DeleteExprLoc : DeletedFieldInfo.second) { in ActOnEndOfTranslationUnit() local900 AnalyzeDeleteExprMismatch(DeletedFieldInfo.first, DeleteExprLoc.first, in ActOnEndOfTranslationUnit()901 DeleteExprLoc.second); in ActOnEndOfTranslationUnit()
1282 for (const auto &DeleteExprLoc : DeletedFieldInfo.second) { in ActOnEndOfTranslationUnit() local1283 AnalyzeDeleteExprMismatch(DeletedFieldInfo.first, DeleteExprLoc.first, in ActOnEndOfTranslationUnit()1284 DeleteExprLoc.second); in ActOnEndOfTranslationUnit()
494 typedef std::pair<SourceLocation, bool> DeleteExprLoc; typedef495 typedef llvm::SmallVector<DeleteExprLoc, 4> DeleteLocs;
728 typedef std::pair<SourceLocation, bool> DeleteExprLoc; typedef729 typedef llvm::SmallVector<DeleteExprLoc, 4> DeleteLocs;