Searched refs:RelatedClass (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 4221 ObjCInterfaceDecl *&RelatedClass, in checkObjCBridgeRelatedComponents() argument 4250 RelatedClass = cast<ObjCInterfaceDecl>(Target); in checkObjCBridgeRelatedComponents() 4265 ClassMethod = RelatedClass->lookupMethod(Sel, false); in checkObjCBridgeRelatedComponents() 4279 InstanceMethod = RelatedClass->lookupMethod(Sel, true); in checkObjCBridgeRelatedComponents() 4303 ObjCInterfaceDecl *RelatedClass; in CheckObjCBridgeRelatedConversions() local 4307 if (!checkObjCBridgeRelatedComponents(Loc, DestType, SrcType, RelatedClass, in CheckObjCBridgeRelatedConversions() 4317 ExpressionString += RelatedClass->getNameAsString(); in CheckObjCBridgeRelatedConversions() 4328 Diag(RelatedClass->getBeginLoc(), diag::note_declared_at); in CheckObjCBridgeRelatedConversions() 4331 QualType receiverType = Context.getObjCInterfaceType(RelatedClass); in CheckObjCBridgeRelatedConversions() 4371 Diag(RelatedClass->getBeginLoc(), diag::note_declared_at); in CheckObjCBridgeRelatedConversions()
|
| H A D | SemaDeclAttr.cpp | 6099 IdentifierInfo *RelatedClass = in handleObjCBridgeRelatedAttr() local 6101 if (!RelatedClass) { in handleObjCBridgeRelatedAttr() 6110 S.Context, AL, RelatedClass, ClassMethod, InstanceMethod)); in handleObjCBridgeRelatedAttr()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 1460 IdentifierLoc *RelatedClass = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute() local 1508 ScopeName, ScopeLoc, RelatedClass, ClassMethod, InstanceMethod, in ParseObjCBridgeRelatedAttribute()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Attr.td | 2146 let Args = [IdentifierArgument<"RelatedClass">,
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 10537 ObjCInterfaceDecl *&RelatedClass,
|