Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h128 enum ObjKind { enum
140 ObjKind O;
142 RetEffect(Kind k, ObjKind o = AnyObj) : K(k), O(o) {} in K()
147 ObjKind getObjKind() const { return O; } in getObjKind()
166 static RetEffect MakeOwned(ObjKind o, bool isAllocated = false) {
169 static RetEffect MakeNotOwned(ObjKind o) { in MakeNotOwned()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp126 RefVal(Kind k, RetEffect::ObjKind o, unsigned cnt, unsigned acnt, QualType t, in RefVal()
137 RetEffect::ObjKind getObjKind() const { in getObjKind()
138 return static_cast<RetEffect::ObjKind>(RawObjectKind); in getObjKind()
182 static RefVal makeOwned(RetEffect::ObjKind o, QualType t, in makeOwned()
191 static RefVal makeNotOwned(RetEffect::ObjKind o, QualType t, in makeNotOwned()
201 static RefVal makeOverridableNotOwned(RetEffect::ObjKind o, QualType t) { in makeOverridableNotOwned()