Home
last modified time | relevance | path

Searched refs:NSObjectII (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp111 IdentifierInfo* NSObjectII = &Ctx.Idents.get("NSObject"); in checkObjCDealloc() local
118 if (II == NSObjectII) in checkObjCDealloc()
DObjCSelfInitChecker.cpp399 IdentifierInfo* NSObjectII = &Ctx.Idents.get("NSObject"); in shouldRunOnFunctionOrMethod() local
404 if (II == NSObjectII) in shouldRunOnFunctionOrMethod()