Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h170 bool notOwned() const { in notOwned() function
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1476 else if (Ret.notOwned() && in AddCFAnnotations()
1534 (Ret.isOwned() || Ret.notOwned())) in migrateAddFunctionAnnotation()
1590 else if (Ret.notOwned() && in AddCFAnnotations()
1664 (Ret.isOwned() || Ret.notOwned())) { in migrateAddMethodAnnotation()