Searched refs:ReceiverType (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
D | ParsedContentType.h | 58 template<class ReceiverType> 59 friend bool parseContentType(const String&, ReceiverType&);
|
D | ParsedContentType.cpp | 130 template <class ReceiverType> 131 bool parseContentType(const String& contentType, ReceiverType& receiver) in parseContentType()
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 1139 QualType Sema::getMessageSendResultType(QualType ReceiverType, in getMessageSendResultType() argument 1163 if (ReceiverType->getAs<ObjCInterfaceType>() || in getMessageSendResultType() 1164 ReceiverType->isObjCQualifiedInterfaceType()) in getMessageSendResultType() 1165 return Context.getObjCObjectPointerType(ReceiverType); in getMessageSendResultType() 1168 if (ReceiverType->isObjCClassType() || in getMessageSendResultType() 1169 ReceiverType->isObjCQualifiedClassType()) in getMessageSendResultType() 1175 return ReceiverType; in getMessageSendResultType() 1272 bool Sema::CheckMessageArgumentTypes(QualType ReceiverType, in CheckMessageArgumentTypes() argument 1311 const ObjCMethodDecl *OMD = SelectorsForTypoCorrection(Sel, ReceiverType); in CheckMessageArgumentTypes() 1329 if (ReceiverType->isObjCObjectPointerType()) { in CheckMessageArgumentTypes() [all …]
|
D | SemaCodeComplete.cpp | 5471 QualType ReceiverType = RecExpr? RecExpr->getType() in CodeCompleteObjCInstanceMessage() local 5479 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType()) { in CodeCompleteObjCInstanceMessage() 5481 if (ReceiverType->isObjCClassType()) in CodeCompleteObjCInstanceMessage() 5487 ReceiverType = Context.getObjCObjectPointerType( in CodeCompleteObjCInstanceMessage() 5494 ReceiverType = RecExpr->getType(); in CodeCompleteObjCInstanceMessage() 5502 ReceiverType, SelIdents)); in CodeCompleteObjCInstanceMessage() 5525 if (ReceiverType->isObjCClassType() || in CodeCompleteObjCInstanceMessage() 5526 ReceiverType->isObjCQualifiedClassType()) { in CodeCompleteObjCInstanceMessage() 5535 = ReceiverType->getAsObjCQualifiedIdType()) { in CodeCompleteObjCInstanceMessage() 5543 = ReceiverType->getAsObjCInterfacePointerType()) { in CodeCompleteObjCInstanceMessage() [all …]
|
/external/clang/lib/Parse/ |
D | ParseInit.cpp | 251 ParsedType ReceiverType; in ParseInitializerWithPotentialDesignator() local 259 ReceiverType)) { in ParseInitializerWithPotentialDesignator() 269 if (!ReceiverType) { in ParseInitializerWithPotentialDesignator() 276 ReceiverType, in ParseInitializerWithPotentialDesignator()
|
D | ParseObjc.cpp | 2370 ParsedType ReceiverType; in ParseObjCMessageExpression() local 2374 ReceiverType)) { in ParseObjCMessageExpression() 2380 if (!ReceiverType) { in ParseObjCMessageExpression() 2388 ReceiverType, nullptr); in ParseObjCMessageExpression() 2448 ParsedType ReceiverType, in ParseObjCMessageExpressionBody() argument 2456 else if (ReceiverType) in ParseObjCMessageExpressionBody() 2457 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType, None, in ParseObjCMessageExpressionBody() 2495 else if (ReceiverType) in ParseObjCMessageExpressionBody() 2496 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType, in ParseObjCMessageExpressionBody() 2533 else if (ReceiverType) in ParseObjCMessageExpressionBody() [all …]
|
D | ParseExpr.cpp | 185 ParsedType ReceiverType, in ParseAssignmentExprWithObjCMessageExprStart() argument 189 ReceiverType, ReceiverExpr); in ParseAssignmentExprWithObjCMessageExprStart()
|
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 319 QualType ReceiverType; in EmitObjCMessageExpr() local 323 ReceiverType = E->getInstanceReceiver()->getType(); in EmitObjCMessageExpr() 334 ReceiverType = E->getClassReceiver(); in EmitObjCMessageExpr() 335 const ObjCObjectType *ObjTy = ReceiverType->getAs<ObjCObjectType>(); in EmitObjCMessageExpr() 345 ReceiverType = E->getSuperType(); in EmitObjCMessageExpr() 351 ReceiverType = E->getSuperType(); in EmitObjCMessageExpr() 367 Receiver = EmitARCRetainAutorelease(ReceiverType, Receiver); in EmitObjCMessageExpr()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1558 ParsedType ReceiverType, 1562 ParsedType ReceiverType, ExprArg ReceiverExpr);
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 6957 ParsedType &ReceiverType); 6967 QualType ReceiverType, 6977 ExprResult BuildClassMessageImplicit(QualType ReceiverType, 6993 QualType ReceiverType, 7004 QualType ReceiverType, 7919 bool CheckMessageArgumentTypes(QualType ReceiverType, 7930 QualType getMessageSendResultType(QualType ReceiverType,
|