Searched refs:strippedMethodName (Results 1 – 1 of 1) sorted by relevance
1866 string strippedMethodName = stripper(methodName); in findMethod() local1867 if (strippedMethodName == methodName) { in findMethod()1868 strippedMethodName = ""; in findMethod()1871 [className, methodName, stripper, strippedMethodName](Definition& token) { in findMethod()1893 if (strippedMethodName.empty()) { in findMethod()1897 return strippedIName == strippedMethodName; in findMethod()