Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp240 if (RecE->getMethodFamily() == OMF_alloc) in VisitObjCMessageExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1064 case ObjCMethodFamilyAttr::OMF_alloc: family = OMF_alloc; break; in getMethodFamily()
1087 case OMF_alloc: in getMethodFamily()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h796 OMF_alloc, enumerator
H A DAttr.td2506 ["OMF_None", "OMF_alloc", "OMF_copy", "OMF_init",
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp638 if (startsWithWord(name, "alloc")) return OMF_alloc; in getMethodFamilyImpl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp735 if (ME->getMethodFamily() == OMF_alloc) in GetAllocationSite()
/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.cpp1381 case OMF_alloc: in ParseObjCSelectorExpression()
3263 case OMF_alloc: in BuildInstanceMessage()
3296 case OMF_alloc: in BuildInstanceMessage()
3735 case OMF_alloc: in checkCallToMethod()
H A DSemaDeclObjC.cpp274 case OMF_alloc: in CheckARCMethodDecl()
431 case OMF_alloc: in ActOnStartOfObjCMethodDef()
2563 case OMF_alloc: familySelector = F_alloc; break; in checkMethodFamilyMismatch()
5052 case OMF_alloc: in ActOnMethodDeclaration()
H A DSemaObjCProperty.cpp2254 if (family == OMF_alloc || family == OMF_copy || in DiagnoseOwningPropertyGetterSynthesis()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1581 case clang::OMF_alloc: in AddCFAnnotations()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp387 case OMF_alloc: in tryGenerateSpecializedMessageSend()