Searched refs:setMethodParams (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 1092 AtIndexGetter->setMethodParams(S.Context, Argument, in findAtIndexGetter() 1219 AtIndexSetter->setMethodParams(S.Context, Params, ArrayRef<SourceLocation>()); in findAtIndexSetter()
|
D | SemaExprObjC.cpp | 242 Method->setMethodParams(S.Context, value, ArrayRef<SourceLocation>()); in getNSNumberFactoryMethod() 493 M->setMethodParams(Context, value, ArrayRef<SourceLocation>()); in BuildObjCBoxedExpr() 670 Method->setMethodParams(Context, Params, ArrayRef<SourceLocation>()); in BuildObjCArrayLiteral() 796 Method->setMethodParams(Context, Params, ArrayRef<SourceLocation>()); in BuildObjCDictionaryLiteral()
|
D | SemaObjCProperty.cpp | 1973 SetterMethod->setMethodParams(Context, Argument, in ProcessPropertyDecl()
|
D | SemaDeclObjC.cpp | 2970 ObjCMethod->setMethodParams(Context, Params, SelectorLocs); in ActOnMethodDeclaration()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 370 void setMethodParams(ASTContext &C,
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 529 void ObjCMethodDecl::setMethodParams(ASTContext &C, in setMethodParams() function in ObjCMethodDecl
|
D | ASTImporter.cpp | 3268 ToMethod->setMethodParams(Importer.getToContext(), ToParams, SelLocs); in VisitObjCMethodDecl()
|