Searched defs:isCategoryImpl (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjC.cpp397 bool isCategoryImpl = isa<ObjCCategoryImplDecl>(OMD->getDeclContext()); local
401 isCategoryImpl,
H A DCGObjCGNU.cpp494 bool isCategoryImpl, llvm::Value *Receiver,
1216 bool isCategoryImpl,
1244 if (isCategoryImpl) {
1211 GenerateMessageSendSuper(CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, const ObjCInterfaceDecl *Class, bool isCategoryImpl, llvm::Value *Receiver, bool IsClassMessage, const CallArgList &CallArgs, const ObjCMethodDecl *Method) argument
H A DCGObjCMac.cpp1201 bool isCategoryImpl, llvm::Value *Receiver,
1475 bool isCategoryImpl, llvm::Value *Receiver,
1785 bool isCategoryImpl,
1802 if (isCategoryImpl) {
1819 else if (isCategoryImpl)
6752 bool isCategoryImpl,
6772 (isCategoryImpl && Class->isWeakImported()));
1780 GenerateMessageSendSuper(CodeGen::CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, const ObjCInterfaceDecl *Class, bool isCategoryImpl, llvm::Value *Receiver, bool IsClassMessage, const CodeGen::CallArgList &CallArgs, const ObjCMethodDecl *Method) argument
6747 GenerateMessageSendSuper(CodeGen::CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, const ObjCInterfaceDecl *Class, bool isCategoryImpl, llvm::Value *Receiver, bool IsClassMessage, const CodeGen::CallArgList &CallArgs, const ObjCMethodDecl *Method) argument

Completed in 109 milliseconds