Searched refs:StaticClass (Results 1 – 4 of 4) sorted by relevance
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()
812 const CXXRecordDecl *StaticClass = StaticMD->getParent(); in getInitialStackFrameContents() local813 QualType StaticTy = Ctx.getPointerType(Ctx.getRecordType(StaticClass)); in getInitialStackFrameContents()
2443 static class StaticClass { }2444 static assert(!isNested!StaticClass);2445 static assert(!hasNested!StaticClass);
2657 static class StaticClass { }2658 static assert(!isNested!StaticClass);2659 static assert(!hasNested!StaticClass);