Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp1435 getterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl()
1501 setterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl()
2525 GetterMethod->createImplicitParams(Context, in ProcessPropertyDecl()
2599 SetterMethod->createImplicitParams(Context, in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp388 MDecl->createImplicitParams(Context, MDecl->getClassInterface()); in ActOnStartOfObjCMethodDef()
5053 ObjCMethod->createImplicitParams(Context, ObjCMethod->getClassInterface()); in ActOnMethodDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h416 void createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *ID);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1139 void ObjCMethodDecl::createImplicitParams(ASTContext &Context, in createImplicitParams() function in ObjCMethodDecl
H A DASTImporter.cpp4302 ToMethod->createImplicitParams(Importer.getToContext(), in VisitObjCMethodDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp1658 MD->createImplicitParams(CGM.getContext(), IMP->getClassInterface()); in GenerateObjCCtorDtorMethod()