Searched refs:InstanceMethod (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/CodeGen/ |
| HD | CGFunctionInfo.h | 353 unsigned InstanceMethod : 1; variable 417 bool isInstanceMethod() const { return InstanceMethod; } in isInstanceMethod() 470 ID.AddBoolean(InstanceMethod); in Profile() 482 bool InstanceMethod, in Profile() argument 489 ID.AddBoolean(InstanceMethod); in Profile()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExprObjC.cpp | 3817 ObjCMethodDecl *&InstanceMethod, in checkObjCBridgeRelatedComponents() argument 3867 InstanceMethod = RelatedClass->lookupMethod(Sel, true); in checkObjCBridgeRelatedComponents() 3868 if (!InstanceMethod) { in checkObjCBridgeRelatedComponents() 3891 ObjCMethodDecl *InstanceMethod = nullptr; in CheckObjCBridgeRelatedConversions() local 3894 ClassMethod, InstanceMethod, TDNDecl, CfToNs)) in CheckObjCBridgeRelatedConversions() 3927 if (InstanceMethod) { in CheckObjCBridgeRelatedConversions() 3930 if (InstanceMethod->isPropertyAccessor()) in CheckObjCBridgeRelatedConversions() 3931 if (const ObjCPropertyDecl *PDecl = InstanceMethod->findPropertyDecl()) { in CheckObjCBridgeRelatedConversions() 3936 << SrcType << DestType << InstanceMethod->getSelector() << true in CheckObjCBridgeRelatedConversions() 3942 ExpressionString += InstanceMethod->getSelector().getAsString(); in CheckObjCBridgeRelatedConversions() [all …]
|
| HD | SemaDeclAttr.cpp | 3973 IdentifierInfo *InstanceMethod = in handleObjCBridgeRelatedAttr() local 3977 ClassMethod, InstanceMethod, in handleObjCBridgeRelatedAttr()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseDecl.cpp | 1087 IdentifierLoc *InstanceMethod = nullptr; in ParseObjCBridgeRelatedAttribute() local 1089 InstanceMethod = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute() 1109 InstanceMethod, in ParseObjCBridgeRelatedAttribute()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | Attr.td | 1028 IdentifierArgument<"InstanceMethod">];
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGCall.cpp | 548 FI->InstanceMethod = instanceMethod; in create()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 7449 ObjCMethodDecl *&InstanceMethod,
|