Searched refs:RelatedClass (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4079 ObjCInterfaceDecl *&RelatedClass,
4108 RelatedClass = cast<ObjCInterfaceDecl>(Target);
4123 ClassMethod = RelatedClass->lookupMethod(Sel, false);
4137 InstanceMethod = RelatedClass->lookupMethod(Sel, true);
4161 ObjCInterfaceDecl *RelatedClass;
4165 if (!checkObjCBridgeRelatedComponents(Loc, DestType, SrcType, RelatedClass,
4175 ExpressionString += RelatedClass->getNameAsString();
4180 // Provide a fixit: [RelatedClass ClassMethod SrcExpr]
4186 Diag(RelatedClass->getBeginLoc(), diag::note_declared_at);
4189 QualType receiverType = Context.getObjCInterfaceType(RelatedClass);
4077 checkObjCBridgeRelatedComponents(SourceLocation Loc, QualType DestType, QualType SrcType, ObjCInterfaceDecl *&RelatedClass, ObjCMethodDecl *&ClassMethod, ObjCMethodDecl *&InstanceMethod, TypedefNameDecl *&TDNDecl, bool CfToNs, bool Diagnose) argument
[all...]
H A DSemaDeclAttr.cpp5285 IdentifierInfo *RelatedClass = local
5287 if (!RelatedClass) {
5296 S.Context, AL, RelatedClass, ClassMethod, InstanceMethod));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1357 IdentifierLoc *RelatedClass = ParseIdentifierLoc(); local
1406 RelatedClass,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9268 ObjCInterfaceDecl *&RelatedClass,

Completed in 147 milliseconds