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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  983     return getOriginExpr()->getMethodFamily();
tools/clang/lib/ARCMigrate/ObjCMT.cpp
 1697       if (E->getMethodFamily() == OMF_init)
tools/clang/lib/ARCMigrate/TransAutoreleasePool.cpp
   53     if (E->getMethodFamily() != OMF_release)
  354     if (ME->getMethodFamily() == OMF_new &&
  359         ME->getMethodFamily() == OMF_init) {
  362         if (recME->getMethodFamily() == OMF_alloc &&
  381           return ME->getMethodFamily() == OMF_release ||
tools/clang/lib/ARCMigrate/TransRetainReleaseDealloc.cpp
   61     switch (E->getMethodFamily()) {
   88               (E->getMethodFamily() != OMF_retain || isRemovable(E))) {
   97               (E->getMethodFamily() != OMF_retain || isRemovable(E))) {
  105           if (E->getMethodFamily() == OMF_release && isDelegateMessage(rec)) {
  146     if (Msg->getMethodFamily() == OMF_release &&
  295       switch (ME->getMethodFamily()) {
tools/clang/lib/ARCMigrate/TransUnbridgedCasts.cpp
  409       return ME->getMethodFamily();
tools/clang/lib/ARCMigrate/Transforms.cpp
   81     if (ME->getMethodFamily() == OMF_retain)
  175   switch (ME->getMethodFamily()) {
tools/clang/lib/AST/Expr.cpp
 2605         ME->getMethodFamily() == OMF_init) {
tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
   45         if (Rec->getMethodFamily() == OMF_alloc)
tools/clang/lib/Index/IndexBody.cpp
  222         if (RecE->getMethodFamily() == OMF_alloc)
tools/clang/lib/Sema/SemaExpr.cpp
17201       if (isSelfExpr(Op->getLHS()) && ME->getMethodFamily() == OMF_init)
tools/clang/lib/Sema/SemaExprObjC.cpp
 3160     if (Result->getMethodFamily() == OMF_init &&
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  683             if (ME->getMethodFamily() == OMF_init && RecV.getAsSymbol() == Sym)
  699         if (ME->getMethodFamily() == OMF_alloc)
tools/clang/tools/libclang/CXCursor.cpp
 1572       if (RecE->getMethodFamily() == OMF_alloc)