Home
last modified time | relevance | path

Searched refs:RelatedClass (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4223 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 DSemaObjC.cpp2063 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 DSemaObjC.h784 ObjCInterfaceDecl *&RelatedClass,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1582 IdentifierLoc *RelatedClass = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute() local
1630 AttributeScopeInfo(ScopeName, ScopeLoc), RelatedClass, in ParseObjCBridgeRelatedAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2741 let Args = [IdentifierArgument<"RelatedClass">,