Searched refs:isCategoryImpl (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCRuntime.h183 bool isCategoryImpl,
H A DCGObjCMac.cpp1200 bool isCategoryImpl, llvm::Value *Receiver,
1469 bool isCategoryImpl, llvm::Value *Receiver,
1784 bool isCategoryImpl,
1803 if (isCategoryImpl) {
1821 } else if (isCategoryImpl)
6987 bool isCategoryImpl,
1779 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
6982 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
H A DCGObjCGNU.cpp523 bool isCategoryImpl, llvm::Value *Receiver,
1266 bool isCategoryImpl,
1292 if (isCategoryImpl) {
1261 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 DCGObjC.cpp453 bool isCategoryImpl = isa<ObjCCategoryImplDecl>(OMD->getDeclContext()); local
457 isCategoryImpl,

Completed in 153 milliseconds