Searched refs:RelatedClass (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 4227 ObjCInterfaceDecl *&RelatedClass, in checkObjCBridgeRelatedComponents() argument 4256 RelatedClass = cast<ObjCInterfaceDecl>(Target); in checkObjCBridgeRelatedComponents() 4271 ClassMethod = RelatedClass->lookupMethod(Sel, false); in checkObjCBridgeRelatedComponents() 4285 InstanceMethod = RelatedClass->lookupMethod(Sel, true); in checkObjCBridgeRelatedComponents() 4309 ObjCInterfaceDecl *RelatedClass; in CheckObjCBridgeRelatedConversions() local 4313 if (!checkObjCBridgeRelatedComponents(Loc, DestType, SrcType, RelatedClass, in CheckObjCBridgeRelatedConversions() 4323 ExpressionString += RelatedClass->getNameAsString(); in CheckObjCBridgeRelatedConversions() 4334 Diag(RelatedClass->getBeginLoc(), diag::note_declared_at); in CheckObjCBridgeRelatedConversions() 4337 QualType receiverType = Context.getObjCInterfaceType(RelatedClass); in CheckObjCBridgeRelatedConversions() 4377 Diag(RelatedClass->getBeginLoc(), diag::note_declared_at); in CheckObjCBridgeRelatedConversions()
|
| H A D | SemaDeclAttr.cpp | 5980 IdentifierInfo *RelatedClass = in handleObjCBridgeRelatedAttr() local 5982 if (!RelatedClass) { in handleObjCBridgeRelatedAttr() 5991 S.Context, AL, RelatedClass, ClassMethod, InstanceMethod)); in handleObjCBridgeRelatedAttr()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 1451 IdentifierLoc *RelatedClass = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute() local 1499 ScopeName, ScopeLoc, RelatedClass, ClassMethod, InstanceMethod, in ParseObjCBridgeRelatedAttribute()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Attr.td | 2106 let Args = [IdentifierArgument<"RelatedClass">,
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 10213 ObjCInterfaceDecl *&RelatedClass,
|