Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h191 class CallEffects {
196 CallEffects(const RetEffect &R) : Ret(R) {} in CallEffects() function
209 static CallEffects getEffect(const ObjCMethodDecl *MD);
212 static CallEffects getEffect(const FunctionDecl *FD);
/external/clang/lib/ARCMigrate/
DObjCMT.cpp67 void AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE,
69 void AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE,
1335 const CallEffects &CE, in AddCFAnnotations()
1391 CallEffects CE = CallEffects::getEffect(FuncDecl); in migrateAddFunctionAnnotation()
1452 const CallEffects &CE, in AddCFAnnotations()
1512 CallEffects CE = CallEffects::getEffect(MethodDecl); in migrateAddMethodAnnotation()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp3824 CallEffects CE(S->getRetEffect());\
3831 CallEffects CallEffects::getEffect(const ObjCMethodDecl *MD) { in getEffect()
3836 CallEffects CallEffects::getEffect(const FunctionDecl *FD) { in getEffect()