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