Searched refs:isCategoryImpl (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.h | 183 bool isCategoryImpl,
|
D | CGObjCMac.cpp | 1200 bool isCategoryImpl, llvm::Value *Receiver, 1469 bool isCategoryImpl, llvm::Value *Receiver, 1784 bool isCategoryImpl, in GenerateMessageSendSuper() argument 1803 if (isCategoryImpl) { in GenerateMessageSendSuper() 1821 } else if (isCategoryImpl) in GenerateMessageSendSuper() 6987 bool isCategoryImpl, in GenerateMessageSendSuper() argument
|
D | CGObjCGNU.cpp | 523 bool isCategoryImpl, llvm::Value *Receiver, 1266 bool isCategoryImpl, in GenerateMessageSendSuper() argument 1292 if (isCategoryImpl) { in GenerateMessageSendSuper()
|
D | CGObjC.cpp | 453 bool isCategoryImpl = isa<ObjCCategoryImplDecl>(OMD->getDeclContext()); in EmitObjCMessageExpr() local 457 isCategoryImpl, in EmitObjCMessageExpr()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjCRuntime.h | 203 bool isCategoryImpl,
|
D | CGObjCMac.cpp | 1330 bool isCategoryImpl, llvm::Value *Receiver, 1619 bool isCategoryImpl, llvm::Value *Receiver, 2064 bool isCategoryImpl, in GenerateMessageSendSuper() argument 2082 if (isCategoryImpl) { in GenerateMessageSendSuper() 2100 } else if (isCategoryImpl) in GenerateMessageSendSuper() 7588 bool isCategoryImpl, in GenerateMessageSendSuper() argument
|
D | CGObjCGNU.cpp | 580 bool isCategoryImpl, llvm::Value *Receiver, 2511 bool isCategoryImpl, in GenerateMessageSendSuper() argument 2550 if (isCategoryImpl) { in GenerateMessageSendSuper()
|
D | CGObjC.cpp | 684 bool isCategoryImpl = isa<ObjCCategoryImplDecl>(OMD->getDeclContext()); in EmitObjCMessageExpr() local 688 isCategoryImpl, in EmitObjCMessageExpr()
|