Home
last modified time | relevance | path

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

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