Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprObjC.cpp3816 ObjCMethodDecl *&ClassMethod, in checkObjCBridgeRelatedComponents() argument
3855 ClassMethod = RelatedClass->lookupMethod(Sel, false); in checkObjCBridgeRelatedComponents()
3856 if (!ClassMethod) { in checkObjCBridgeRelatedComponents()
3890 ObjCMethodDecl *ClassMethod = nullptr; in CheckObjCBridgeRelatedConversions() local
3894 ClassMethod, InstanceMethod, TDNDecl, CfToNs)) in CheckObjCBridgeRelatedConversions()
3899 if (ClassMethod) { in CheckObjCBridgeRelatedConversions()
3903 ExpressionString += ClassMethod->getSelector().getAsString(); in CheckObjCBridgeRelatedConversions()
3907 << SrcType << DestType << ClassMethod->getSelector() << false in CheckObjCBridgeRelatedConversions()
3918 ClassMethod->getLocation(), in CheckObjCBridgeRelatedConversions()
3919 ClassMethod->getSelector(), ClassMethod, in CheckObjCBridgeRelatedConversions()
HDSemaDeclAttr.cpp3971 IdentifierInfo *ClassMethod = in handleObjCBridgeRelatedAttr() local
3977 ClassMethod, InstanceMethod, in handleObjCBridgeRelatedAttr()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp1068 IdentifierLoc *ClassMethod = nullptr; in ParseObjCBridgeRelatedAttribute() local
1070 ClassMethod = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute()
1108 ClassMethod, in ParseObjCBridgeRelatedAttribute()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDAttr.td1027 IdentifierArgument<"ClassMethod">,
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h7448 ObjCMethodDecl *&ClassMethod,