Searched refs:OMF_alloc (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp125 case OMF_alloc:
H A DRetainCountChecker.cpp1385 case OMF_alloc:
1404 case OMF_alloc:
2217 if (ME->getMethodFamily() == OMF_alloc)
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DIdentifierTable.h553 OMF_alloc, enumerator in enum:clang::ObjCMethodFamily
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp363 if (recME->getMethodFamily() == OMF_alloc &&
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp435 if (startsWithWord(name, "alloc")) return OMF_alloc;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp699 case ObjCMethodFamilyAttr::OMF_alloc: family = OMF_alloc; break;
722 case OMF_alloc:
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp241 case OMF_alloc:
359 case OMF_alloc:
1455 case OMF_alloc: familySelector = F_alloc; break;
3096 case OMF_alloc:
H A DSemaExprObjC.cpp996 case OMF_alloc:
2435 case OMF_alloc:
2466 case OMF_alloc:
2884 case OMF_alloc:
H A DSemaObjCProperty.cpp1872 if (family == OMF_alloc || family == OMF_copy ||
H A DSemaDeclAttr.cpp2424 family = ObjCMethodFamilyAttr::OMF_alloc;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp46 if (Rec->getMethodFamily() == OMF_alloc)

Completed in 178 milliseconds