HomeSort by relevance Sort by last modified time
    Searched refs:MessageSendInfo (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/CodeGen/
CGObjCRuntime.h 273 struct MessageSendInfo {
277 MessageSendInfo(const CGFunctionInfo &callInfo,
282 MessageSendInfo getMessageSendInfo(const ObjCMethodDecl *method,
CGObjCRuntime.cpp 346 CGObjCRuntime::MessageSendInfo
361 return MessageSendInfo(signature, signatureType);
369 return MessageSendInfo(argsInfo, signatureType);
381 return MessageSendInfo(argsInfo, signatureType);
CGObjCGNU.cpp 458 MessageSendInfo &MSI) = 0;
465 MessageSendInfo &MSI) = 0;
602 MessageSendInfo &MSI) {
614 MessageSendInfo &MSI) {
663 MessageSendInfo &MSI) {
    [all...]
CGObjCMac.cpp     [all...]

Completed in 5356 milliseconds