Searched refs:SelfInit (Results 1 – 7 of 7) sorted by relevance
1 .. title:: clang-tidy - clang-analyzer-osx.cocoa.SelfInit5 clang-analyzer-osx.cocoa.SelfInit8 The clang-analyzer-osx.cocoa.SelfInit check is an alias, please see
1 // RUN: %clang_analyze_cc1 -analyzer-checker=osx.cocoa.SelfInit -analyzer-config ipa=dynamic -fno-b…2 // RUN: %clang_analyze_cc1 -analyzer-checker=osx.cocoa.SelfInit -fno-builtin %s -verify
1 // RUN: %clang_analyze_cc1 -analyzer-checker=core,osx.cocoa.RetainCount,osx.cocoa.SelfInit -analyze…
270 SelfInit, enumerator376 Classification[DRE] = SelfInit; in VisitDeclStmt()755 case ClassifyRefs::SelfInit: in VisitDeclRefExpr()
426 …`clang-analyzer-osx.cocoa.SelfInit <clang-analyzer/osx.cocoa.SelfInit.html>`_, `Clang Static Analy…
1227 .. _osx-cocoa-SelfInit:1229 osx.cocoa.SelfInit (ObjC)
1149 def ObjCSelfInitChecker : Checker<"SelfInit">,