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

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1127 ArrayRef<SourceLocation> SelectorLocs,
1152 << Sel << isClassMessage << SourceRange(SelectorLocs.front(),
1153 SelectorLocs.back());
1753 ArrayRef<SourceLocation> SelectorLocs,
1800 LBracLoc, SelectorLocs, RBracLoc, Args);
1808 LBracLoc, SelectorLocs, RBracLoc, Args);
1907 ArrayRef<SourceLocation> SelectorLocs,
1927 Sel, SelectorLocs, /*Method=*/0,
1978 if (CheckMessageArgumentTypes(ReceiverType, Args, NumArgs, Sel, SelectorLocs,
1994 ReceiverType, Sel, SelectorLocs,
1124 CheckMessageArgumentTypes(QualType ReceiverType, Expr **Args, unsigned NumArgs, Selector Sel, ArrayRef<SourceLocation> SelectorLocs, ObjCMethodDecl *Method, bool isClassMessage, bool isSuperMessage, SourceLocation lbrac, SourceLocation rbrac, QualType &ReturnType, ExprValueKind &VK) argument
1749 ActOnSuperMessage(Scope *S, SourceLocation SuperLoc, Selector Sel, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg Args) argument
1901 BuildClassMessage(TypeSourceInfo *ReceiverTypeInfo, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn, bool isImplicit) argument
2011 ActOnClassMessage(Scope *S, ParsedType Receiver, Selector Sel, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg Args) argument
2072 BuildInstanceMessage(Expr *Receiver, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn, bool isImplicit) argument
2450 ActOnInstanceMessage(Scope *S, Expr *Receiver, Selector Sel, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg Args) argument
[all...]
H A DSemaDeclObjC.cpp2785 ArrayRef<SourceLocation> SelectorLocs,
2819 << FixItHint::CreateInsertion(SelectorLocs.front(), "(id)");
2910 ObjCMethod->setMethodParams(Context, Params, SelectorLocs);
2780 ActOnMethodDeclaration( Scope *S, SourceLocation MethodLoc, SourceLocation EndLoc, tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType, ArrayRef<SourceLocation> SelectorLocs, Selector Sel, ObjCArgInfo *ArgInfo, DeclaratorChunk::ParamInfo *CParamInfo, unsigned CNumArgs, AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind, bool isVariadic, bool MethodDefinition) argument
H A DTreeTransform.h2271 ArrayRef<SourceLocation> SelectorLocs,
2279 Sel, Method, LBracLoc, SelectorLocs,
2286 ArrayRef<SourceLocation> SelectorLocs,
2294 Sel, Method, LBracLoc, SelectorLocs,
2269 RebuildObjCMessageExpr(TypeSourceInfo *ReceiverTypeInfo, Selector Sel, ArrayRef<SourceLocation> SelectorLocs, ObjCMethodDecl *Method, SourceLocation LBracLoc, MultiExprArg Args, SourceLocation RBracLoc) argument
2284 RebuildObjCMessageExpr(Expr *Receiver, Selector Sel, ArrayRef<SourceLocation> SelectorLocs, ObjCMethodDecl *Method, SourceLocation LBracLoc, MultiExprArg Args, SourceLocation RBracLoc) argument

Completed in 105 milliseconds