Searched refs:CallEffects (Results 1 – 3 of 3) sorted by relevance
191 class CallEffects {196 CallEffects(const RetEffect &R) : Ret(R) {} in CallEffects() function209 static CallEffects getEffect(const ObjCMethodDecl *MD);212 static CallEffects getEffect(const FunctionDecl *FD);
67 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()
3824 CallEffects CE(S->getRetEffect());\3831 CallEffects CallEffects::getEffect(const ObjCMethodDecl *MD) { in getEffect()3836 CallEffects CallEffects::getEffect(const FunctionDecl *FD) { in getEffect()