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

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp2064 /// \param ArgsIn The message arguments.
2073 MultiExprArg ArgsIn,
2091 unsigned NumArgs = ArgsIn.size();
2092 Expr **Args = ArgsIn.data();
2144 unsigned NumArgs = ArgsIn.size();
2145 Expr **Args = ArgsIn.data();
2241 /// \param ArgsIn The message arguments.
2250 MultiExprArg ArgsIn,
2284 unsigned NumArgs = ArgsIn.size();
2285 Expr **Args = ArgsIn
2065 BuildClassMessage(TypeSourceInfo *ReceiverTypeInfo, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn, bool isImplicit) 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...]

Completed in 105 milliseconds