HomeSort by relevance Sort by last modified time
    Searched defs:ImplDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Analysis/
BodyFarm.cpp 407 } else if (auto *ImplDecl = dyn_cast<ObjCImplDecl>(Container)) {
408 PrimaryInterface = ImplDecl->getClassInterface();
441 const ObjCImplementationDecl *ImplDecl =
443 if (ImplDecl) {
444 for (const auto *I : ImplDecl->property_impls()) {
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 565 ObjCImplDecl *ImplDecl = Interface->getImplementation();
568 ImplDecl->FindPropertyImplIvarDecl(IvarDecl->getIdentifier());
575 OS << "The '" << *IvarDecl << "' ivar in '" << *ImplDecl
    [all...]

Completed in 120 milliseconds