Searched refs:ObjectKind (Results 1 – 3 of 3) sorted by relevance
1323 } ObjectKind; in diagnoseRepeatedUseOfWeak() local1327 ObjectKind = Variable; in diagnoseRepeatedUseOfWeak()1329 ObjectKind = Property; in diagnoseRepeatedUseOfWeak()1331 ObjectKind = ImplicitProperty; in diagnoseRepeatedUseOfWeak()1333 ObjectKind = Ivar; in diagnoseRepeatedUseOfWeak()1345 << int(ObjectKind) << KeyProp << int(FunctionKind) in diagnoseRepeatedUseOfWeak()
117 ExprBits.ObjectKind = OK; in Expr()409 return static_cast<ExprObjectKind>(ExprBits.ObjectKind); in getObjectKind()421 void setObjectKind(ExprObjectKind Cat) { ExprBits.ObjectKind = Cat; } in setObjectKind()
129 unsigned ObjectKind : 2; in LLVM_ALIGNAS() local