Searched defs:ReceiverType (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseInit.cpp269 ParsedType ReceiverType; local
H A DParseExpr.cpp182 ParseAssignmentExprWithObjCMessageExprStart(SourceLocation LBracLoc, SourceLocation SuperLoc, ParsedType ReceiverType, Expr *ReceiverExpr) argument
H A DParseObjc.cpp2368 ParsedType ReceiverType; local
2455 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType, 0, 0, local
2444 ParseObjCMessageExpressionBody(SourceLocation LBracLoc, SourceLocation SuperLoc, ParsedType ReceiverType, ExprArg ReceiverExpr) argument
2497 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType, local
2538 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType, local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp1053 QualType Sema::getMessageSendResultType(QualType ReceiverType, argument
1186 bool Sema::CheckMessageArgumentTypes(QualType ReceiverType, argument
1740 getObjCMessageKind(Scope *S, IdentifierInfo *Name, SourceLocation NameLoc, bool IsSuper, bool HasTrailingDot, ParsedType &ReceiverType) argument
1897 BuildClassMessageImplicit(QualType ReceiverType, bool isSuperReceiver, SourceLocation Loc, Selector Sel, ObjCMethodDecl *Method, MultiExprArg Args) argument
1986 BuildClassMessage(TypeSourceInfo *ReceiverTypeInfo, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn, bool isImplicit) argument
2109 QualType ReceiverType = GetTypeFromParser(Receiver, &ReceiverTypeInfo); local
2122 BuildInstanceMessageImplicit(Expr *Receiver, QualType ReceiverType, SourceLocation Loc, Selector Sel, ObjCMethodDecl *Method, MultiExprArg Args) argument
2162 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.cpp5543 QualType ReceiverType = RecExpr? RecExpr->getType() local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp321 QualType ReceiverType; local

Completed in 208 milliseconds