Searched refs:RelatedClass (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 4223 ObjCInterfaceDecl *&RelatedClass, ObjCMethodDecl *&ClassMethod, in checkObjCBridgeRelatedComponents() argument 4251 RelatedClass = cast<ObjCInterfaceDecl>(Target); in checkObjCBridgeRelatedComponents() 4266 ClassMethod = RelatedClass->lookupMethod(Sel, false); in checkObjCBridgeRelatedComponents() 4280 InstanceMethod = RelatedClass->lookupMethod(Sel, true); in checkObjCBridgeRelatedComponents() 4306 ObjCInterfaceDecl *RelatedClass; in CheckObjCBridgeRelatedConversions() local 4310 if (!checkObjCBridgeRelatedComponents(Loc, DestType, SrcType, RelatedClass, in CheckObjCBridgeRelatedConversions() 4320 ExpressionString += RelatedClass->getNameAsString(); in CheckObjCBridgeRelatedConversions() 4331 Diag(RelatedClass->getBeginLoc(), diag::note_declared_at); in CheckObjCBridgeRelatedConversions() 4334 QualType receiverType = Context.getObjCInterfaceType(RelatedClass); in CheckObjCBridgeRelatedConversions() 4374 Diag(RelatedClass->getBeginLoc(), diag::note_declared_at); in CheckObjCBridgeRelatedConversions()
|
| H A D | SemaObjC.cpp | 2063 IdentifierInfo *RelatedClass = in handleBridgeRelatedAttr() local 2065 if (!RelatedClass) { in handleBridgeRelatedAttr() 2074 getASTContext(), AL, RelatedClass, ClassMethod, InstanceMethod)); in handleBridgeRelatedAttr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 784 ObjCInterfaceDecl *&RelatedClass,
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 1582 IdentifierLoc *RelatedClass = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute() local 1630 AttributeScopeInfo(ScopeName, ScopeLoc), RelatedClass, in ParseObjCBridgeRelatedAttribute()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 2741 let Args = [IdentifierArgument<"RelatedClass">,
|