Home
last modified time | relevance | path

Searched refs:CoreFoundationObjectiveC (Results 1 – 12 of 12) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DCommonBugCategories.cpp15 const char * const CoreFoundationObjectiveC = "Core Foundation/Objective-C"; variable
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DCommonBugCategories.h17 extern const char * const CoreFoundationObjectiveC;
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCInstMethSignature.cpp75 categories::CoreFoundationObjectiveC, os.str(), MethDLoc); in CompareReturnTypes()
DIvarInvalidationChecker.cpp548 categories::CoreFoundationObjectiveC, os.str(), in reportNoInvalidationMethod()
567 categories::CoreFoundationObjectiveC, os.str(), in reportIvarNeedsInvalidation()
572 "Incomplete invalidation", categories::CoreFoundationObjectiveC, in reportIvarNeedsInvalidation()
DObjCMissingSuperCallChecker.cpp209 BR.EmitBasicReport(MD, this, Name, categories::CoreFoundationObjectiveC, in checkASTDecl()
DObjCContainersASTChecker.cpp146 categories::CoreFoundationObjectiveC, Os.str(), CELoc, in VisitCallExpr()
DObjCContainersChecker.cpp38 categories::CoreFoundationObjectiveC)); in initBugType()
DDirectIvarAssignment.cpp200 MD, Checker, "Property access", categories::CoreFoundationObjectiveC, in VisitBinaryOperator()
DObjCSuperDeallocChecker.cpp227 categories::CoreFoundationObjectiveC)); in ObjCSuperDeallocChecker()
DObjCSelfInitChecker.cpp162 categories::CoreFoundationObjectiveC)); in checkForInvalidSelf()
DCheckObjCDealloc.cpp251 BR.EmitBasicReport(D, this, Name, categories::CoreFoundationObjectiveC, in checkASTDecl()
DDynamicTypePropagation.cpp73 new BugType(this, "Generics", categories::CoreFoundationObjectiveC)); in initBugType()