Searched refs:StaticClass (Results 1 – 2 of 2) sorted by relevance
1066 const ObjCInterfaceDecl *StaticClass; in getMethodReceiverIfKnownImmutable() local1071 StaticClass = Message->getOriginExpr()->getReceiverInterface(); in getMethodReceiverIfKnownImmutable()1073 StaticClass = MD->getClassInterface(); in getMethodReceiverIfKnownImmutable()1076 if (!StaticClass) in getMethodReceiverIfKnownImmutable()1079 switch (findKnownClass(StaticClass, /*IncludeSuper=*/false)) { in getMethodReceiverIfKnownImmutable()
844 const CXXRecordDecl *StaticClass = StaticMD->getParent(); in getInitialStackFrameContents() local845 QualType StaticTy = Ctx.getPointerType(Ctx.getRecordType(StaticClass)); in getInitialStackFrameContents()