Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp1435 getterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl()
1500 setterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl()
2521 GetterMethod->createImplicitParams(Context, in ProcessPropertyDecl()
2595 SetterMethod->createImplicitParams(Context, in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp388 MDecl->createImplicitParams(Context, MDecl->getClassInterface()); in ActOnStartOfObjCMethodDef()
5073 ObjCMethod->createImplicitParams(Context, ObjCMethod->getClassInterface()); in ActOnMethodDeclaration()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp1190 void ObjCMethodDecl::createImplicitParams(ASTContext &Context, in createImplicitParams() function in ObjCMethodDecl
H A DASTImporter.cpp4536 ToMethod->createImplicitParams(Importer.getToContext(), in VisitObjCMethodDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h413 void createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *ID);
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp1717 MD->createImplicitParams(CGM.getContext(), IMP->getClassInterface()); in GenerateObjCCtorDtorMethod()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8277 objc_method_decl->createImplicitParams(ast, class_interface_decl); in AddMethodToObjCObjectType()