Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp92 MapTy IMeths; in CheckObjCInstMethSignature() local
96 IMeths[M->getSelector()] = M; in CheckObjCInstMethSignature()
106 MapTy::iterator MI = IMeths.find(S); in CheckObjCInstMethSignature()
108 if (MI == IMeths.end() || MI->second == nullptr) in CheckObjCInstMethSignature()