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

1 2

  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 107 ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(D->getDeclContext());
116 for (ObjCImplDecl::propimpl_iterator
TransGCAttrs.cpp 156 if (isa<ObjCImplDecl>(ContD))
  /external/clang/lib/AST/
DeclObjC.cpp 767 if (ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(getDeclContext()))
860 } else if (const ObjCImplDecl *
861 IMD = dyn_cast<ObjCImplDecl>(Method->getDeclContext())) {
    [all...]
DumpXML.cpp 743 // ObjCImplDecl
744 void visitObjCImplDeclChildren(ObjCImplDecl *D) {
747 void visitObjCImplDeclAsContext(ObjCImplDecl *D) {
ASTContext.cpp 371 if (const ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(DC)) {
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/tools/libclang/
CIndexHigh.cpp 85 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) {
CursorVisitor.h 226 bool VisitObjCImplDecl(ObjCImplDecl *D);
CIndex.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 484 /// ObjCProtocolDecl, and ObjCImplDecl.
    [all...]
DeclBase.h 41 class ObjCImplDecl;
    [all...]
ASTContext.h 152 llvm::DenseMap<ObjCContainerDecl*, ObjCImplDecl*> ObjCImpls;
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 132 else if (ObjCImplDecl *Impl = dyn_cast<ObjCImplDecl>(DC))
376 ObjCImplDecl *ImplDeclOfMethodDef =
377 dyn_cast<ObjCImplDecl>(MDecl->getDeclContext());
380 ObjCImplDecl *ImplDeclOfMethodDecl = 0;
    [all...]
SemaObjCProperty.cpp     [all...]
SemaAccess.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 120 void VisitObjCImplDecl(ObjCImplDecl *D);
598 void ASTDeclWriter::VisitObjCImplDecl(ObjCImplDecl *D) {
    [all...]
ASTReaderDecl.cpp 286 void VisitObjCImplDecl(ObjCImplDecl *D);
836 void ASTDeclReader::VisitObjCImplDecl(ObjCImplDecl *D) {
    [all...]
ASTReader.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 126 class ObjCImplDecl;
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 412 const ObjCImplDecl *impl = cast<ObjCImplDecl>(method->getDeclContext());
    [all...]
CodeGenModule.cpp     [all...]
CGObjCMac.cpp     [all...]
CGObjCGNU.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 592 bool ImplementationIsNonLazy(const ObjCImplDecl *OD) const {
    [all...]
RewriteObjC.cpp     [all...]

Completed in 224 milliseconds

1 2