Home
last modified time | relevance | path

Searched refs:OMF_dealloc (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp44 M->getMethodFamily() == OMF_dealloc || in DefaultMethodFilter()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp649 if (name == "dealloc") return OMF_dealloc; in getMethodFamilyImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h813 OMF_dealloc, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp245 case OMF_dealloc: in CheckARCMethodDecl()
428 case OMF_dealloc: in ActOnStartOfObjCMethodDef()
486 if (Family == OMF_dealloc) { in ActOnStartOfObjCMethodDef()
2560 case OMF_dealloc: in checkMethodFamilyMismatch()
4965 ObjCMethod->getSelector().getMethodFamily() == OMF_dealloc) { in ActOnMethodDeclaration()
5047 case OMF_dealloc: in ActOnMethodDeclaration()
H A DSemaExprObjC.cpp1370 case OMF_dealloc: in ParseObjCSelectorExpression()
3262 case OMF_dealloc: in BuildInstanceMessage()
4905 if (MF != OMF_init && MF != OMF_dealloc && MF != OMF_finalize && in BuildIvarRefExpr()
H A DSemaExprMember.cpp1447 warn = (MF != OMF_init && MF != OMF_dealloc && MF != OMF_finalize && in LookupMemberExpr()
H A DSemaObjC.cpp1980 if (Method->getMethodFamily() == OMF_dealloc) { in handleRequiresSuperAttr()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp1081 case OMF_dealloc: in getStandardMethodSummary()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1093 case OMF_dealloc: in getMethodFamily()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp874 if (OMD->getMethodFamily() == OMF_dealloc || in StartFunction()