Home
last modified time | relevance | path

Searched refs:InstanceMethod (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/CodeGen/
HDCGFunctionInfo.h353 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/
HDSemaExprObjC.cpp3817 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 …]
HDSemaDeclAttr.cpp3973 IdentifierInfo *InstanceMethod = in handleObjCBridgeRelatedAttr() local
3977 ClassMethod, InstanceMethod, in handleObjCBridgeRelatedAttr()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp1087 IdentifierLoc *InstanceMethod = nullptr; in ParseObjCBridgeRelatedAttribute() local
1089 InstanceMethod = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute()
1109 InstanceMethod, in ParseObjCBridgeRelatedAttribute()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDAttr.td1028 IdentifierArgument<"InstanceMethod">];
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGCall.cpp548 FI->InstanceMethod = instanceMethod; in create()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h7449 ObjCMethodDecl *&InstanceMethod,