Home
last modified time | relevance | path

Searched refs:OMF_alloc (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp1044 case OMF_alloc: in getStandardMethodSummary()
1063 case OMF_alloc: in getStandardMethodSummary()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp238 if (RecE->getMethodFamily() == OMF_alloc) in VisitObjCMessageExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1061 case ObjCMethodFamilyAttr::OMF_alloc: family = OMF_alloc; break; in getMethodFamily()
1084 case OMF_alloc: in getMethodFamily()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp668 if (startsWithWord(name, "alloc")) return OMF_alloc; in getMethodFamilyImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h804 OMF_alloc, enumerator
H A DAttr.td2798 ["OMF_None", "OMF_alloc", "OMF_copy", "OMF_init",
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp736 if (ME->getMethodFamily() == OMF_alloc) in GetAllocationSite()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp320 case OMF_alloc: in checkPostCall()
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp46 if (Rec->getMethodFamily() == OMF_alloc) in checkForLiteralCreation()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1376 case OMF_alloc: in ParseObjCSelectorExpression()
3253 case OMF_alloc: in BuildInstanceMessage()
3286 case OMF_alloc: in BuildInstanceMessage()
3725 case OMF_alloc: in checkCallToMethod()
H A DSemaDeclObjC.cpp273 case OMF_alloc: in CheckARCMethodDecl()
430 case OMF_alloc: in ActOnStartOfObjCMethodDef()
2571 case OMF_alloc: familySelector = F_alloc; break; in checkMethodFamilyMismatch()
5056 case OMF_alloc: in ActOnMethodDeclaration()
H A DSemaObjCProperty.cpp2263 if (family == OMF_alloc || family == OMF_copy || in DiagnoseOwningPropertyGetterSynthesis()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp387 case OMF_alloc: in tryGenerateSpecializedMessageSend()