/external/clang/lib/ARCMigrate/ |
D | TransRetainReleaseDealloc.cpp | 81 case OMF_retain: in VisitObjCMessageExpr() 87 (E->getMethodFamily() != OMF_retain || isRemovable(E))) { in VisitObjCMessageExpr() 96 (E->getMethodFamily() != OMF_retain || isRemovable(E))) { in VisitObjCMessageExpr() 295 case OMF_retain: in getReferencedDecl()
|
D | Transforms.cpp | 87 if (ME->getMethodFamily() == OMF_retain) in isPlusOne() 185 case OMF_retain: in hasSideEffects()
|
D | TransUnbridgedCasts.cpp | 362 if (family == OMF_retain) in transformObjCToNonObjCCast()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransRetainReleaseDealloc.cpp | 82 case OMF_retain: in VisitObjCMessageExpr() 88 (E->getMethodFamily() != OMF_retain || isRemovable(E))) { in VisitObjCMessageExpr() 97 (E->getMethodFamily() != OMF_retain || isRemovable(E))) { in VisitObjCMessageExpr() 299 case OMF_retain: in getReferencedDecl()
|
D | Transforms.cpp | 82 if (ME->getMethodFamily() == OMF_retain) in isPlusOne() 180 case OMF_retain: in hasSideEffects()
|
D | TransUnbridgedCasts.cpp | 359 if (family == OMF_retain) in transformObjCToNonObjCCast()
|
/external/clang/include/clang/Basic/ |
D | IdentifierTable.h | 586 OMF_retain, enumerator
|
/external/llvm-project/clang/include/clang/Basic/ |
D | IdentifierTable.h | 642 OMF_retain, enumerator
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 481 if (name == "retain") return OMF_retain; in getMethodFamilyImpl()
|
/external/llvm-project/clang/lib/Basic/ |
D | IdentifierTable.cpp | 526 if (name == "retain") return OMF_retain; in getMethodFamilyImpl()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 536 case OMF_retain: in bindReturnValue()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 199 case OMF_retain: in CheckARCMethodDecl() 340 case OMF_retain: in ActOnStartOfObjCMethodDef() 2427 case OMF_retain: in checkMethodFamilyMismatch() 4486 case OMF_retain: in ActOnMethodDeclaration()
|
D | SemaExprObjC.cpp | 1188 case OMF_retain: in ParseObjCSelectorExpression() 2909 case OMF_retain: in BuildInstanceMessage()
|
D | SemaObjCProperty.cpp | 1288 case OMF_retain: in ActOnPropertyImplDecl()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 649 case OMF_retain: in bindReturnValue()
|
/external/llvm-project/clang/lib/Analysis/ |
D | RetainSummaryManager.cpp | 1074 case OMF_retain: in getStandardMethodSummary()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 230 case OMF_retain: in CheckARCMethodDecl() 412 case OMF_retain: in ActOnStartOfObjCMethodDef() 2520 case OMF_retain: in checkMethodFamilyMismatch() 5021 case OMF_retain: in ActOnMethodDeclaration()
|
D | SemaExprObjC.cpp | 1360 case OMF_retain: in ParseObjCSelectorExpression() 3264 case OMF_retain: in BuildInstanceMessage()
|
D | SemaObjCProperty.cpp | 1496 case OMF_retain: in ActOnPropertyImplDecl()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 958 case OMF_retain: in getMethodFamily()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 1046 case OMF_retain: in getMethodFamily()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjC.cpp | 413 case OMF_retain: in tryGenerateSpecializedMessageSend() 583 method->getMethodFamily() == OMF_retain) { in EmitObjCMessageExpr()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 1456 case OMF_retain: in getStandardMethodSummary()
|
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 354 method->getMethodFamily() == OMF_retain) { in EmitObjCMessageExpr()
|