reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  161   const ObjCImplDecl *getContainingObjCImpl(const LocationContext *LCtx) const;

References

tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  279   for (auto *PropImpl : getContainingObjCImpl(LCtx)->property_impls()) {
  626   const ObjCImplDecl *Container = getContainingObjCImpl(LCtx);
  683   const ObjCImplDecl *Container = getContainingObjCImpl(C.getLocationContext());