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

1 2

  /external/clang/tools/libclang/
IndexDecl.cpp 28 const ObjCImplDecl *Container) {
237 !hasUserDefined(MD, cast<ObjCImplDecl>(D->getDeclContext())))
243 !hasUserDefined(MD, cast<ObjCImplDecl>(D->getDeclContext())))
CursorVisitor.h 226 bool VisitObjCImplDecl(ObjCImplDecl *D);
CIndexHigh.cpp 85 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) {
CIndex.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 107 ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(D->getDeclContext());
TransGCAttrs.cpp 155 if (isa<ObjCImplDecl>(ContD))
ObjCMT.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 948 if (ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(getDeclContext()))
    [all...]
ASTContext.cpp 404 if (const ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(DC)) {
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 506 /// ObjCProtocolDecl, and ObjCImplDecl.
    [all...]
DeclBase.h 45 class ObjCImplDecl;
    [all...]
ASTContext.h 155 llvm::DenseMap<ObjCContainerDecl*, ObjCImplDecl*> ObjCImpls;
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 133 else if (ObjCImplDecl *Impl = dyn_cast<ObjCImplDecl>(DC))
374 ObjCImplDecl *ImplDeclOfMethodDef =
375 dyn_cast<ObjCImplDecl>(MDecl->getDeclContext());
378 ObjCImplDecl *ImplDeclOfMethodDecl = nullptr;
    [all...]
SemaObjCProperty.cpp     [all...]
SemaAccess.cpp     [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 126 void VisitObjCImplDecl(ObjCImplDecl *D);
626 void ASTDeclWriter::VisitObjCImplDecl(ObjCImplDecl *D) {
    [all...]
ASTReaderDecl.cpp 330 void VisitObjCImplDecl(ObjCImplDecl *D);
    [all...]
ASTReader.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 137 class ObjCImplDecl;
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 437 const ObjCImplDecl *impl = cast<ObjCImplDecl>(method->getDeclContext());
    [all...]
CGObjCMac.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 606 bool ImplementationIsNonLazy(const ObjCImplDecl *OD) const {
    [all...]

Completed in 714 milliseconds

1 2