Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h98 unsigned RawObjectKind : 3; variable
114 RawObjectKind(static_cast<unsigned>(o)), in RefVal()
125 return static_cast<ObjKind>(RawObjectKind); in getObjKind()
232 ID.AddInteger(RawObjectKind); in Profile()