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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1135 getterMethod->createImplicitParams(Context, IDecl);
1187 setterMethod->createImplicitParams(Context, IDecl);
H A DSemaDeclObjC.cpp321 MDecl->createImplicitParams(Context, MDecl->getClassInterface());
/external/clang/include/clang/AST/
H A DDeclObjC.h183 /// constructed by createImplicitParams.
186 /// constructed by createImplicitParams.
396 /// createImplicitParams - Used to lazily create the self and cmd
400 void createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *ID);
/external/clang/lib/AST/
H A DDeclObjC.cpp885 void ObjCMethodDecl::createImplicitParams(ASTContext &Context, function in class:ObjCMethodDecl
/external/clang/lib/CodeGen/
H A DCGObjC.cpp1358 MD->createImplicitParams(CGM.getContext(), IMP->getClassInterface());

Completed in 239 milliseconds