Searched refs:Detector (Results 1 – 3 of 3) sorted by relevance
38 # X-Ray Area Detector images39 0 string R-AXIS4\ \ \ R-Axis Area Detector Image:47 0 string RAXIS\ \ \ \ \ R-Axis Area Detector Image, Win32:56 1028 string MMX\000\000\000\000\000\000\000\000\000\000\000\000\000 MAR Area Detector Image,
31 mutable CloneDetector Detector; member in __anon690449e30111::CloneChecker57 Detector.analyzeCodeBody(D); in checkASTCodeBody()84 Detector.findClones( in checkEndOfTranslationUnit()
3167 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()3177 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()3179 for (const auto *NE : Detector.NewExprs) in DiagnoseMismatchedNewDelete()3181 << Detector.IsArrayForm; in DiagnoseMismatchedNewDelete()3187 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/false); in AnalyzeDeleteExprMismatch() local3188 switch (Detector.analyzeDeleteExpr(DE)) { in AnalyzeDeleteExprMismatch()3191 DiagnoseMismatchedNewDelete(*this, DE->getBeginLoc(), Detector); in AnalyzeDeleteExprMismatch()3195 DeleteExprs[Detector.Field].push_back( in AnalyzeDeleteExprMismatch()3206 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/true); in AnalyzeDeleteExprMismatch() local3207 switch (Detector.analyzeField(Field, DeleteWasArrayForm)) { in AnalyzeDeleteExprMismatch()[all …]