HomeSort by relevance Sort by last modified time
    Searched refs:ImplD (Results 1 - 14 of 14) sorted by null

  /external/clang/lib/ARCMigrate/
TransProperties.cpp 62 ObjCPropertyImplDecl *ImplD;
65 : PropD(propD), IvarD(nullptr), ImplD(nullptr) {}
104 ObjCPropertyImplDecl *implD = *I;
105 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
107 ObjCPropertyDecl *propD = implD->getPropertyDecl();
110 ObjCIvarDecl *ivarD = implD->getPropertyIvarDecl();
122 I->ImplD = implD;
225 if (I->ImplD)
254 if (I->ImplD)
    [all...]
ObjCMT.cpp 83 const ObjCImplementationDecl *ImplD);
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 367 if (const auto *ImplD = D->getImplementation()) {
368 for (const auto *MD : ImplD->instance_methods()) {
736 if (ObjCImplementationDecl *ImplD = Ctx.getObjCImplementation(IFD))
737 if (!ImplD->isInvalidDecl())
738 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
741 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD))
742 if (!ImplD->isInvalidDecl())
743 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
745 } else if (ObjCImplementationDecl *ImplD =
747 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 364 visit(const ObjCImplementationDecl *ImplD) const {
371 const ObjCInterfaceDecl *InterfaceD = ImplD->getClassInterface();
435 const ObjCMethodDecl *D = ImplD->getMethod(InterfD->getSelector(),
487 const ObjCMethodDecl *D = ImplD->getMethod(InterfD->getSelector(),
  /external/clang/tools/libclang/
CIndexHigh.cpp 85 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) {
86 if (ImplD->getClassInterface())
87 return getCanonical(ImplD->getClassInterface());
IndexingContext.cpp 818 ImplD = dyn_cast<ObjCImplementationDecl>(D)) {
819 return getEntityDecl(ImplD->getClassInterface());
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaDeclObjC.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
DeclObjC.h 814 void setImplementation(ObjCImplementationDecl *ImplD);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 1680 milliseconds