Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1413 getterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl()
1478 setterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl()
2504 GetterMethod->createImplicitParams(Context, in ProcessPropertyDecl()
2578 SetterMethod->createImplicitParams(Context, in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp397 MDecl->createImplicitParams(Context, MDecl->getClassInterface()); in ActOnStartOfObjCMethodDef()
5086 ObjCMethod->createImplicitParams(Context, ObjCMethod->getClassInterface()); in ActOnMethodDeclaration()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1190 void ObjCMethodDecl::createImplicitParams(ASTContext &Context, in createImplicitParams() function in ObjCMethodDecl
H A DASTImporter.cpp4848 ToMethod->createImplicitParams(Importer.getToContext(), in VisitObjCMethodDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h411 void createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *ID);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1711 MD->createImplicitParams(CGM.getContext(), IMP->getClassInterface()); in GenerateObjCCtorDtorMethod()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8316 objc_method_decl->createImplicitParams(ast, class_interface_decl); in AddMethodToObjCObjectType()