Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp1435 getterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl()
1500 setterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl()
2524 GetterMethod->createImplicitParams(Context, in ProcessPropertyDecl()
2598 SetterMethod->createImplicitParams(Context, in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp388 MDecl->createImplicitParams(Context, MDecl->getClassInterface()); in ActOnStartOfObjCMethodDef()
5061 ObjCMethod->createImplicitParams(Context, ObjCMethod->getClassInterface()); in ActOnMethodDeclaration()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h416 void createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *ID);
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp1155 void ObjCMethodDecl::createImplicitParams(ASTContext &Context, in createImplicitParams() function in ObjCMethodDecl
H A DASTImporter.cpp4426 ToMethod->createImplicitParams(Importer.getToContext(), in VisitObjCMethodDecl()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp1665 MD->createImplicitParams(CGM.getContext(), IMP->getClassInterface()); in GenerateObjCCtorDtorMethod()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8201 objc_method_decl->createImplicitParams(ast, class_interface_decl); in AddMethodToObjCObjectType()