Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp4005 ObjCInterfaceDecl *&RelatedClass, in checkObjCBridgeRelatedComponents() argument
4034 RelatedClass = cast<ObjCInterfaceDecl>(Target); in checkObjCBridgeRelatedComponents()
4049 ClassMethod = RelatedClass->lookupMethod(Sel, false); in checkObjCBridgeRelatedComponents()
4063 InstanceMethod = RelatedClass->lookupMethod(Sel, true); in checkObjCBridgeRelatedComponents()
4087 ObjCInterfaceDecl *RelatedClass; in CheckObjCBridgeRelatedConversions() local
4091 if (!checkObjCBridgeRelatedComponents(Loc, DestType, SrcType, RelatedClass, in CheckObjCBridgeRelatedConversions()
4101 ExpressionString += RelatedClass->getNameAsString(); in CheckObjCBridgeRelatedConversions()
4112 Diag(RelatedClass->getBeginLoc(), diag::note_declared_at); in CheckObjCBridgeRelatedConversions()
4115 QualType receiverType = Context.getObjCInterfaceType(RelatedClass); in CheckObjCBridgeRelatedConversions()
4155 Diag(RelatedClass->getBeginLoc(), diag::note_declared_at); in CheckObjCBridgeRelatedConversions()
H A DSemaDeclAttr.cpp5101 IdentifierInfo *RelatedClass = in handleObjCBridgeRelatedAttr() local
5103 if (!RelatedClass) { in handleObjCBridgeRelatedAttr()
5112 ObjCBridgeRelatedAttr(AL.getRange(), S.Context, RelatedClass, in handleObjCBridgeRelatedAttr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp1283 IdentifierLoc *RelatedClass = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute() local
1332 RelatedClass, in ParseObjCBridgeRelatedAttribute()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DAttr.td1657 let Args = [IdentifierArgument<"RelatedClass">,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h8318 ObjCInterfaceDecl *&RelatedClass,