HomeSort by relevance Sort by last modified time
    Searched refs:ObjCImplDecl (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 107 ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(D->getDeclContext());
116 for (ObjCImplDecl::propimpl_iterator
ObjCMT.cpp 616 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl))
653 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl))
TransGCAttrs.cpp 156 if (isa<ObjCImplDecl>(ContD))
  /external/clang/tools/libclang/
IndexDecl.cpp 28 const ObjCImplDecl *Container) {
247 !hasUserDefined(MD, cast<ObjCImplDecl>(D->getDeclContext())))
253 !hasUserDefined(MD, cast<ObjCImplDecl>(D->getDeclContext())))
CIndexHigh.cpp 85 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) {
CursorVisitor.h 226 bool VisitObjCImplDecl(ObjCImplDecl *D);
CIndex.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 856 if (ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(getDeclContext()))
    [all...]
DumpXML.cpp 743 // ObjCImplDecl
744 void visitObjCImplDeclChildren(ObjCImplDecl *D) {
747 void visitObjCImplDeclAsContext(ObjCImplDecl *D) {
ASTContext.cpp 386 if (const ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(DC)) {
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 132 else if (ObjCImplDecl *Impl = dyn_cast<ObjCImplDecl>(DC))
377 ObjCImplDecl *ImplDeclOfMethodDef =
378 dyn_cast<ObjCImplDecl>(MDecl->getDeclContext());
381 ObjCImplDecl *ImplDeclOfMethodDecl = 0;
    [all...]
SemaObjCProperty.cpp     [all...]
SemaAccess.cpp     [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 484 /// ObjCProtocolDecl, and ObjCImplDecl.
    [all...]
DeclBase.h 43 class ObjCImplDecl;
    [all...]
ASTContext.h 154 llvm::DenseMap<ObjCContainerDecl*, ObjCImplDecl*> ObjCImpls;
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 126 void VisitObjCImplDecl(ObjCImplDecl *D);
608 void ASTDeclWriter::VisitObjCImplDecl(ObjCImplDecl *D) {
    [all...]
ASTReaderDecl.cpp 303 void VisitObjCImplDecl(ObjCImplDecl *D);
    [all...]
ASTReader.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 132 class ObjCImplDecl;
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 440 const ObjCImplDecl *impl = cast<ObjCImplDecl>(method->getDeclContext());
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 592 bool ImplementationIsNonLazy(const ObjCImplDecl *OD) const {
    [all...]

Completed in 872 milliseconds

1 2