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

1 2

  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 106 ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(D->getDeclContext());
115 for (ObjCImplDecl::propimpl_iterator
TransGCAttrs.cpp 156 if (isa<ObjCImplDecl>(ContD))
  /external/clang/include/clang/AST/
DeclObjC.h 433 /// ObjCProtocolDecl, and ObjCImplDecl.
    [all...]
DeclBase.h 40 class ObjCImplDecl;
    [all...]
ASTContext.h 159 llvm::DenseMap<ObjCContainerDecl*, ObjCImplDecl*> ObjCImpls;
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 677 if (ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(getDeclContext()))
    [all...]
DumpXML.cpp 742 // ObjCImplDecl
743 void visitObjCImplDeclChildren(ObjCImplDecl *D) {
746 void visitObjCImplDeclAsContext(ObjCImplDecl *D) {
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/tools/libclang/
CIndexHigh.cpp 83 if (ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) {
CursorVisitor.h 215 bool VisitObjCImplDecl(ObjCImplDecl *D);
CXCursor.cpp 893 } else if (ObjCImplDecl *
894 IMD = dyn_cast<ObjCImplDecl>(Method->getDeclContext())) {
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 133 else if (ObjCImplDecl *Impl = dyn_cast<ObjCImplDecl>(DC))
    [all...]
SemaObjCProperty.cpp     [all...]
SemaAccess.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 119 void VisitObjCImplDecl(ObjCImplDecl *D);
590 void ASTDeclWriter::VisitObjCImplDecl(ObjCImplDecl *D) {
    [all...]
ASTReaderDecl.cpp 287 void VisitObjCImplDecl(ObjCImplDecl *D);
828 void ASTDeclReader::VisitObjCImplDecl(ObjCImplDecl *D) {
    [all...]
ASTReader.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 120 class ObjCImplDecl;
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 412 const ObjCImplDecl *impl = cast<ObjCImplDecl>(method->getDeclContext());
    [all...]
CGObjCMac.cpp     [all...]
CGObjCGNU.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 537 bool ImplementationIsNonLazy(const ObjCImplDecl *OD) const {
    [all...]
RewriteObjC.cpp     [all...]

Completed in 448 milliseconds

1 2