Searched refs:getEffect (Results 1 – 3 of 3) sorted by relevance
239 static CallEffects getEffect(const ObjCMethodDecl *MD);242 static CallEffects getEffect(const FunctionDecl *FD);
1201 CallEffects CallEffects::getEffect(const ObjCMethodDecl *MD) { in getEffect() function in CallEffects1216 CallEffects CallEffects::getEffect(const FunctionDecl *FD) { in getEffect() function in CallEffects
1510 CallEffects CE = CallEffects::getEffect(FuncDecl); in migrateAddFunctionAnnotation()1631 CallEffects CE = CallEffects::getEffect(MethodDecl); in migrateAddMethodAnnotation()