Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp1143 getterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl()
1197 setterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl()
HDSemaDeclObjC.cpp319 MDecl->createImplicitParams(Context, MDecl->getClassInterface()); in ActOnStartOfObjCMethodDef()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp993 void ObjCMethodDecl::createImplicitParams(ASTContext &Context, in createImplicitParams() function in ObjCMethodDecl
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h404 void createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *ID);
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjC.cpp1376 MD->createImplicitParams(CGM.getContext(), IMP->getClassInterface()); in GenerateObjCCtorDtorMethod()