Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.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()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp3619 ObjCMethodDecl *&InstanceMethod, in checkObjCBridgeRelatedComponents() argument
3669 InstanceMethod = RelatedClass->lookupMethod(Sel, true); in checkObjCBridgeRelatedComponents()
3670 if (!InstanceMethod) { in checkObjCBridgeRelatedComponents()
3693 ObjCMethodDecl *InstanceMethod = nullptr; in CheckObjCBridgeRelatedConversions() local
3696 ClassMethod, InstanceMethod, TDNDecl, CfToNs)) in CheckObjCBridgeRelatedConversions()
3729 if (InstanceMethod) { in CheckObjCBridgeRelatedConversions()
3732 if (InstanceMethod->isPropertyAccessor()) in CheckObjCBridgeRelatedConversions()
3733 if (const ObjCPropertyDecl *PDecl = InstanceMethod->findPropertyDecl()) { in CheckObjCBridgeRelatedConversions()
3738 << SrcType << DestType << InstanceMethod->getSelector() << true in CheckObjCBridgeRelatedConversions()
3744 ExpressionString += InstanceMethod->getSelector().getAsString(); in CheckObjCBridgeRelatedConversions()
[all …]
H A DSemaDeclAttr.cpp3756 IdentifierInfo *InstanceMethod = in handleObjCBridgeRelatedAttr() local
3760 ClassMethod, InstanceMethod, in handleObjCBridgeRelatedAttr()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp1056 IdentifierLoc *InstanceMethod = nullptr; in ParseObjCBridgeRelatedAttribute() local
1058 InstanceMethod = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute()
1078 InstanceMethod, in ParseObjCBridgeRelatedAttribute()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DAttr.td978 IdentifierArgument<"InstanceMethod">];
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp530 FI->InstanceMethod = instanceMethod; in create()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h7251 ObjCMethodDecl *&InstanceMethod,