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

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2690 ArrayRef<SourceLocation> SelectorLocs,
2724 << FixItHint::CreateInsertion(SelectorLocs.front(), "(id)");
2815 ObjCMethod->setMethodParams(Context, Params, SelectorLocs);
2685 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 DSemaExprObjC.cpp1724 ArrayRef<SourceLocation> SelectorLocs,
1763 LBracLoc, SelectorLocs, RBracLoc, move(Args));
1771 LBracLoc, SelectorLocs, RBracLoc, move(Args));
1870 ArrayRef<SourceLocation> SelectorLocs,
1890 Sel, SelectorLocs, /*Method=*/0,
1956 ReceiverType, Sel, SelectorLocs,
1961 ReceiverTypeInfo, Sel, SelectorLocs,
1977 ArrayRef<SourceLocation> SelectorLocs,
1991 LBracLoc, SelectorLocs, RBracLoc, move(Args));
2040 ArrayRef<SourceLocation> SelectorLocs,
1720 ActOnSuperMessage(Scope *S, SourceLocation SuperLoc, Selector Sel, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg Args) argument
1864 BuildClassMessage(TypeSourceInfo *ReceiverTypeInfo, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn, bool isImplicit) argument
1973 ActOnClassMessage(Scope *S, ParsedType Receiver, Selector Sel, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg Args) argument
2034 BuildInstanceMessage(Expr *Receiver, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn, bool isImplicit) argument
2412 ActOnInstanceMessage(Scope *S, Expr *Receiver, Selector Sel, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg Args) argument
[all...]
H A DTreeTransform.h2278 ArrayRef<SourceLocation> SelectorLocs,
2286 Sel, Method, LBracLoc, SelectorLocs,
2293 ArrayRef<SourceLocation> SelectorLocs,
2301 Sel, Method, LBracLoc, SelectorLocs,
2276 RebuildObjCMessageExpr(TypeSourceInfo *ReceiverTypeInfo, Selector Sel, ArrayRef<SourceLocation> SelectorLocs, ObjCMethodDecl *Method, SourceLocation LBracLoc, MultiExprArg Args, SourceLocation RBracLoc) argument
2291 RebuildObjCMessageExpr(Expr *Receiver, Selector Sel, ArrayRef<SourceLocation> SelectorLocs, ObjCMethodDecl *Method, SourceLocation LBracLoc, MultiExprArg Args, SourceLocation RBracLoc) argument

Completed in 62 milliseconds