HomeSort by relevance Sort by last modified time
    Searched refs:createImplicitParams (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaDeclObjC.cpp 285 MDecl->createImplicitParams(Context, MDecl->getClassInterface());
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 172 /// constructed by createImplicitParams.
175 /// constructed by createImplicitParams.
372 /// createImplicitParams - Used to lazily create the self and cmd
376 void createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *ID);
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 614 void ObjCMethodDecl::createImplicitParams(ASTContext &Context,
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]

Completed in 676 milliseconds