Home | History | Annotate | Download | only in Checkers

Lines Matching full:isautorelease

891 static bool isAutorelease(const FunctionDecl *FD, StringRef FName) {
1156 } else if (isAutorelease(FD, FName)) {
3326 canEval = isRetain(FD, FName) || isAutorelease(FD, FName) ||