Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp90 MapTy IMeths; in CheckObjCInstMethSignature() local
94 IMeths[M->getSelector()] = M; in CheckObjCInstMethSignature()
104 MapTy::iterator MI = IMeths.find(S); in CheckObjCInstMethSignature()
106 if (MI == IMeths.end() || MI->second == nullptr) in CheckObjCInstMethSignature()