Searched refs:CallEffects (Results 1 – 3 of 3) sorted by relevance
199 class CallEffects {204 CallEffects(const RetEffect &R) : Ret(R) {} in CallEffects() function217 static CallEffects getEffect(const ObjCMethodDecl *MD);220 static CallEffects getEffect(const FunctionDecl *FD);
68 void AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE,70 void AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE,1478 const CallEffects &CE, in AddCFAnnotations()1534 CallEffects CE = CallEffects::getEffect(FuncDecl); in migrateAddFunctionAnnotation()1595 const CallEffects &CE, in AddCFAnnotations()1655 CallEffects CE = CallEffects::getEffect(MethodDecl); in migrateAddMethodAnnotation()
3952 CallEffects CE(S->getRetEffect());\3959 CallEffects CallEffects::getEffect(const ObjCMethodDecl *MD) { in getEffect()3964 CallEffects CallEffects::getEffect(const FunctionDecl *FD) { in getEffect()