Searched refs:ReceiverType (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DParsedContentType.h58 template<class ReceiverType>
59 friend bool parseContentType(const String&, ReceiverType&);
H A DParsedContentType.cpp130 template <class ReceiverType>
131 bool parseContentType(const String& contentType, ReceiverType& receiver)
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1139 QualType Sema::getMessageSendResultType(QualType ReceiverType, argument
1163 if (ReceiverType->getAs<ObjCInterfaceType>() ||
1164 ReceiverType->isObjCQualifiedInterfaceType())
1165 return Context.getObjCObjectPointerType(ReceiverType);
1168 if (ReceiverType->isObjCClassType() ||
1169 ReceiverType->isObjCQualifiedClassType())
1175 return ReceiverType;
1272 bool Sema::CheckMessageArgumentTypes(QualType ReceiverType, argument
1311 const ObjCMethodDecl *OMD = SelectorsForTypoCorrection(Sel, ReceiverType);
1329 if (ReceiverType
1824 getObjCMessageKind(Scope *S, IdentifierInfo *Name, SourceLocation NameLoc, bool IsSuper, bool HasTrailingDot, ParsedType &ReceiverType) argument
1976 BuildClassMessageImplicit(QualType ReceiverType, bool isSuperReceiver, SourceLocation Loc, Selector Sel, ObjCMethodDecl *Method, MultiExprArg Args) argument
2065 BuildClassMessage(TypeSourceInfo *ReceiverTypeInfo, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn, bool isImplicit) argument
2188 QualType ReceiverType = GetTypeFromParser(Receiver, &ReceiverTypeInfo); local
2202 BuildInstanceMessageImplicit(Expr *Receiver, QualType ReceiverType, SourceLocation Loc, Selector Sel, ObjCMethodDecl *Method, MultiExprArg Args) argument
2242 BuildInstanceMessage(Expr *Receiver, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn, bool isImplicit) argument
[all...]
H A DSemaCodeComplete.cpp5471 QualType ReceiverType = RecExpr? RecExpr->getType() local
5479 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType()) {
5481 if (ReceiverType->isObjCClassType())
5487 ReceiverType = Context.getObjCObjectPointerType(
5494 ReceiverType = RecExpr->getType();
5502 ReceiverType, SelIdents));
5525 if (ReceiverType->isObjCClassType() ||
5526 ReceiverType->isObjCQualifiedClassType()) {
5535 = ReceiverType
[all...]
/external/clang/lib/Parse/
H A DParseInit.cpp251 ParsedType ReceiverType; local
259 ReceiverType)) {
269 if (!ReceiverType) {
276 ReceiverType,
H A DParseObjc.cpp2370 ParsedType ReceiverType; local
2374 ReceiverType)) {
2380 if (!ReceiverType) {
2388 ReceiverType, nullptr);
2412 /// target is represented by \p SuperLoc, \p ReceiverType, or \p
2421 /// \param ReceiverType If this is a class message, the type of the
2448 ParsedType ReceiverType,
2456 else if (ReceiverType)
2457 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType, None, local
2495 else if (ReceiverType)
2446 ParseObjCMessageExpressionBody(SourceLocation LBracLoc, SourceLocation SuperLoc, ParsedType ReceiverType, ExprArg ReceiverExpr) argument
2496 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType, local
2534 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType, local
[all...]
H A DParseExpr.cpp185 ParsedType ReceiverType,
189 ReceiverType, ReceiverExpr);
183 ParseAssignmentExprWithObjCMessageExprStart(SourceLocation LBracLoc, SourceLocation SuperLoc, ParsedType ReceiverType, Expr *ReceiverExpr) argument
/external/clang/lib/CodeGen/
H A DCGObjC.cpp319 QualType ReceiverType; local
323 ReceiverType = E->getInstanceReceiver()->getType();
334 ReceiverType = E->getClassReceiver();
335 const ObjCObjectType *ObjTy = ReceiverType->getAs<ObjCObjectType>();
345 ReceiverType = E->getSuperType();
351 ReceiverType = E->getSuperType();
367 Receiver = EmitARCRetainAutorelease(ReceiverType, Receiver);
/external/clang/include/clang/Parse/
H A DParser.h1558 ParsedType ReceiverType,
1562 ParsedType ReceiverType, ExprArg ReceiverExpr);
/external/clang/include/clang/Sema/
H A DSema.h6957 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,

Completed in 3408 milliseconds