Home
last modified time | relevance | path

Searched refs:CallEffects (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h207 class CallEffects {
212 CallEffects(const RetEffect &R) : Ret(R) {} in CallEffects() function
225 static CallEffects getEffect(const ObjCMethodDecl *MD);
228 static CallEffects getEffect(const FunctionDecl *FD);
/external/clang/lib/ARCMigrate/
DObjCMT.cpp68 void AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE,
70 void AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE,
1466 const CallEffects &CE, in AddCFAnnotations()
1519 CallEffects CE = CallEffects::getEffect(FuncDecl); in migrateAddFunctionAnnotation()
1580 const CallEffects &CE, in AddCFAnnotations()
1638 CallEffects CE = CallEffects::getEffect(MethodDecl); in migrateAddMethodAnnotation()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp4001 CallEffects CE(S->getRetEffect());\
4008 CallEffects CallEffects::getEffect(const ObjCMethodDecl *MD) { in getEffect()
4013 CallEffects CallEffects::getEffect(const FunctionDecl *FD) { in getEffect()