Searched refs:StaticClass (Results 1 – 4 of 4) sorted by relevance
24 private StaticClass alreadyInstantiated = new StaticClass();25 private StaticClass noConstructor;39 final StaticClass backupInstance = alreadyInstantiated; in should_keep_same_instance_if_field_initialized()171 static class StaticClass { class in FieldInitializerTest
1061 const ObjCInterfaceDecl *StaticClass; in getMethodReceiverIfKnownImmutable() local1066 StaticClass = Message->getOriginExpr()->getReceiverInterface(); in getMethodReceiverIfKnownImmutable()1068 StaticClass = MD->getClassInterface(); in getMethodReceiverIfKnownImmutable()1071 if (!StaticClass) in getMethodReceiverIfKnownImmutable()1074 switch (findKnownClass(StaticClass, /*IncludeSuper=*/false)) { in getMethodReceiverIfKnownImmutable()
1091 const ObjCInterfaceDecl *StaticClass; in getMethodReceiverIfKnownImmutable() local1096 StaticClass = Message->getOriginExpr()->getReceiverInterface(); in getMethodReceiverIfKnownImmutable()1098 StaticClass = MD->getClassInterface(); in getMethodReceiverIfKnownImmutable()1101 if (!StaticClass) in getMethodReceiverIfKnownImmutable()1104 switch (findKnownClass(StaticClass, /*IncludeSuper=*/false)) { in getMethodReceiverIfKnownImmutable()
812 const CXXRecordDecl *StaticClass = StaticMD->getParent(); in getInitialStackFrameContents() local813 QualType StaticTy = Ctx.getPointerType(Ctx.getRecordType(StaticClass)); in getInitialStackFrameContents()