Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A 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()