HomeSort by: relevance | last modified time | path
    Searched refs:createImplicitParams (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 1435 getterMethod->createImplicitParams(Context, IDecl);
1501 setterMethod->createImplicitParams(Context, IDecl);
2525 GetterMethod->createImplicitParams(Context,
2599 SetterMethod->createImplicitParams(Context,
SemaDeclObjC.cpp 388 MDecl->createImplicitParams(Context, MDecl->getClassInterface());
5053 ObjCMethod->createImplicitParams(Context, ObjCMethod->getClassInterface());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 165 /// constructed by createImplicitParams.
169 /// constructed by createImplicitParams.
412 /// createImplicitParams - Used to lazily create the self and cmd
416 void createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *ID);
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 1139 void ObjCMethodDecl::createImplicitParams(ASTContext &Context,
ASTImporter.cpp 4302 ToMethod->createImplicitParams(Importer.getToContext(),
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp 1658 MD->createImplicitParams(CGM.getContext(), IMP->getClassInterface());

Completed in 32 milliseconds