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

1 2

  /external/clang/lib/ARCMigrate/
TransProperties.cpp 62 ObjCPropertyImplDecl *ImplD;
65 : PropD(propD), IvarD(nullptr), ImplD(nullptr) {}
108 ObjCPropertyImplDecl *implD = *I;
109 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
111 ObjCPropertyDecl *propD = implD->getPropertyDecl();
114 ObjCIvarDecl *ivarD = implD->getPropertyIvarDecl();
126 I->ImplD = implD;
207 if (I->ImplD)
236 if (I->ImplD)
    [all...]
ObjCMT.cpp 84 const ObjCImplementationDecl *ImplD);
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 476 if (const auto *ImplD = D->getImplementation()) {
477 for (const auto *MD : ImplD->instance_methods()) {
851 if (ObjCImplementationDecl *ImplD = Ctx.getObjCImplementation(IFD))
852 if (!ImplD->isInvalidDecl())
853 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
856 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD))
857 if (!ImplD->isInvalidDecl())
858 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
860 } else if (ObjCImplementationDecl *ImplD =
862 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()
    [all...]
  /external/clang/lib/Index/
IndexDecl.cpp 330 auto *ImplD = cast<ObjCImplDecl>(D->getDeclContext());
333 !hasUserDefined(MD, ImplD))
334 IndexCtx.handleDecl(MD, D->getLocation(), SymbolRoleSet(), {}, ImplD);
338 !hasUserDefined(MD, ImplD))
339 IndexCtx.handleDecl(MD, D->getLocation(), SymbolRoleSet(), {}, ImplD);
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 360 visit(const ObjCImplementationDecl *ImplD) const {
367 const ObjCInterfaceDecl *InterfaceD = ImplD->getClassInterface();
433 const ObjCMethodDecl *D = ImplD->getMethod(InterfD->getSelector(),
485 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());
CXIndexDataConsumer.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
DeclObjC.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
DeclObjC.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
DeclObjC.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
DeclObjC.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
DeclObjC.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
DeclObjC.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
DeclObjC.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
DeclObjC.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 540 milliseconds

1 2