Home
last modified time | relevance | path

Searched defs:ImplDecl (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp725 } else if (auto *ImplDecl = dyn_cast<ObjCImplDecl>(Container)) { in findBackingIvar() local
782 const ObjCImplementationDecl *ImplDecl = in createObjCPropertyGetter() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp558 ObjCImplDecl *ImplDecl = Interface->getImplementation(); in diagnoseMissingReleases() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1336 if (auto *ImplDecl = dyn_cast<ObjCImplDecl>(Container)) in findPropertyDecl() local
1661 if (ObjCImplementationDecl *ImplDecl = getImplementation()) { in all_declared_ivar_begin() local
H A DASTContext.cpp2774 if (ObjCImplementationDecl *ImplDecl = OI->getImplementation()) in CountNonClassIvars() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp1052 ObjCMethodDecl *ImplDecl = ObjCMethodDecl::Create( in RedeclarePropertyAccessor() local
H A DSemaDeclObjC.cpp3838 } else if (auto *ImplDecl = dyn_cast<ObjCImplementationDecl>(OCD)) { in DiagnoseVariableSizedIvars() local