Home
last modified time | relevance | path

Searched refs:shouldWarnUndefinedMethod (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2245 static bool shouldWarnUndefinedMethod(const ObjCMethodDecl *M) { in shouldWarnUndefinedMethod() function
2254 if (!shouldWarnUndefinedMethod(method)) in WarnUndefinedMethod()