Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h136 enum ObjKind { enum
148 ObjKind O;
150 RetEffect(Kind k, ObjKind o = AnyObj) : K(k), O(o) {} in K()
155 ObjKind getObjKind() const { return O; } in getObjKind()
174 static RetEffect MakeOwned(ObjKind o, bool isAllocated = false) {
177 static RetEffect MakeNotOwned(ObjKind o) { in MakeNotOwned()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp136 RefVal(Kind k, RetEffect::ObjKind o, unsigned cnt, unsigned acnt, QualType t, in RefVal()
149 RetEffect::ObjKind getObjKind() const { in getObjKind()
150 return static_cast<RetEffect::ObjKind>(RawObjectKind); in getObjKind()
198 static RefVal makeOwned(RetEffect::ObjKind o, QualType t, in makeOwned()
207 static RefVal makeNotOwned(RetEffect::ObjKind o, QualType t, in makeNotOwned()
2837 RetEffect::ObjKind Kind; in checkPostStmt()