Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp3846 ObjCInterfaceDecl *&RelatedClass, in checkObjCBridgeRelatedComponents() argument
3875 RelatedClass = cast<ObjCInterfaceDecl>(Target); in checkObjCBridgeRelatedComponents()
3890 ClassMethod = RelatedClass->lookupMethod(Sel, false); in checkObjCBridgeRelatedComponents()
3904 InstanceMethod = RelatedClass->lookupMethod(Sel, true); in checkObjCBridgeRelatedComponents()
3928 ObjCInterfaceDecl *RelatedClass; in CheckObjCBridgeRelatedConversions() local
3932 if (!checkObjCBridgeRelatedComponents(Loc, DestType, SrcType, RelatedClass, in CheckObjCBridgeRelatedConversions()
3942 ExpressionString += RelatedClass->getNameAsString(); in CheckObjCBridgeRelatedConversions()
3951 Diag(RelatedClass->getLocStart(), diag::note_declared_at); in CheckObjCBridgeRelatedConversions()
3954 QualType receiverType = Context.getObjCInterfaceType(RelatedClass); in CheckObjCBridgeRelatedConversions()
3994 Diag(RelatedClass->getLocStart(), diag::note_declared_at); in CheckObjCBridgeRelatedConversions()
DSemaDeclAttr.cpp4481 IdentifierInfo *RelatedClass = in handleObjCBridgeRelatedAttr() local
4483 if (!RelatedClass) { in handleObjCBridgeRelatedAttr()
4492 ObjCBridgeRelatedAttr(Attr.getRange(), S.Context, RelatedClass, in handleObjCBridgeRelatedAttr()
/external/clang/lib/Parse/
DParseDecl.cpp1091 IdentifierLoc *RelatedClass = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute() local
1137 RelatedClass, in ParseObjCBridgeRelatedAttribute()
/external/clang/include/clang/Basic/
DAttr.td1186 let Args = [IdentifierArgument<"RelatedClass">,
/external/clang/include/clang/Sema/
DSema.h7683 ObjCInterfaceDecl *&RelatedClass,