Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountChecker.h97 unsigned RawObjectKind : 3; variable
113 RawObjectKind(static_cast<unsigned>(o)), in RefVal()
124 return static_cast<ObjKind>(RawObjectKind); in getObjKind()
231 ID.AddInteger(RawObjectKind); in Profile()