Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1407 getterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl()
1461 setterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl()
H A DSemaDeclObjC.cpp387 MDecl->createImplicitParams(Context, MDecl->getClassInterface()); in ActOnStartOfObjCMethodDef()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1123 void ObjCMethodDecl::createImplicitParams(ASTContext &Context, in createImplicitParams() function in ObjCMethodDecl
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h407 void createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *ID);
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp1513 MD->createImplicitParams(CGM.getContext(), IMP->getClassInterface()); in GenerateObjCCtorDtorMethod()