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 322 MDecl->createImplicitParams(Context, MDecl->getClassInterface());
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 183 /// constructed by createImplicitParams.
186 /// constructed by createImplicitParams.
387 /// createImplicitParams - Used to lazily create the self and cmd
391 void createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *ID);
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 793 void ObjCMethodDecl::createImplicitParams(ASTContext &Context,
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]

Completed in 207 milliseconds