Searched refs:getEffect (Results 1 – 4 of 4) sorted by relevance
217 static CallEffects getEffect(const ObjCMethodDecl *MD);220 static CallEffects getEffect(const FunctionDecl *FD);
51 public float getEffect() { in getEffect() method in SmoothFilter
1534 CallEffects CE = CallEffects::getEffect(FuncDecl); in migrateAddFunctionAnnotation()1655 CallEffects CE = CallEffects::getEffect(MethodDecl); in migrateAddMethodAnnotation()
3959 CallEffects CallEffects::getEffect(const ObjCMethodDecl *MD) { in getEffect() function in clang::ento::objc_retain::CallEffects3964 CallEffects CallEffects::getEffect(const FunctionDecl *FD) { in getEffect() function in clang::ento::objc_retain::CallEffects