Home
last modified time | relevance | path

Searched refs:createImplicitParams (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp1443 getterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl()
1509 setterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl()
2533 GetterMethod->createImplicitParams(Context, in ProcessPropertyDecl()
2607 SetterMethod->createImplicitParams(Context, in ProcessPropertyDecl()
DSemaDeclObjC.cpp388 MDecl->createImplicitParams(Context, MDecl->getClassInterface()); in ActOnStartOfObjCMethodDef()
5048 ObjCMethod->createImplicitParams(Context, ObjCMethod->getClassInterface()); in ActOnMethodDeclaration()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1246 getterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl()
1300 setterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl()
DSemaDeclObjC.cpp316 MDecl->createImplicitParams(Context, MDecl->getClassInterface()); in ActOnStartOfObjCMethodDef()
/external/clang/lib/AST/
DDeclObjC.cpp1050 void ObjCMethodDecl::createImplicitParams(ASTContext &Context, in createImplicitParams() function in ObjCMethodDecl
/external/clang/include/clang/AST/
DDeclObjC.h399 void createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *ID);
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp1138 void ObjCMethodDecl::createImplicitParams(ASTContext &Context, in createImplicitParams() function in ObjCMethodDecl
DASTImporter.cpp4230 ToMethod->createImplicitParams(Importer.getToContext(), in VisitObjCMethodDecl()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h416 void createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *ID);
/external/clang/lib/CodeGen/
DCGObjC.cpp1405 MD->createImplicitParams(CGM.getContext(), IMP->getClassInterface()); in GenerateObjCCtorDtorMethod()
/external/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp1657 MD->createImplicitParams(CGM.getContext(), IMP->getClassInterface()); in GenerateObjCCtorDtorMethod()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7974 objc_method_decl->createImplicitParams(ast, class_interface_decl); in AddMethodToObjCObjectType()