Searched refs:bmhDef (Results 1 – 10 of 10) sorted by relevance
377 void NameMap::setParams(Definition* bmhDef, Definition* iMethod) { in setParams() argument378 Definition* pParent = bmhDef->csParent(); in setParams()407 fLinkMap[paramName] = '#' + bmhDef->fFiddle + '_' + paramName; in setParams()
211 void setParams(Definition* bmhDef, Definition* iMethod);
180 Definition* findMethod(const Definition& bmhDef);
1820 Definition* IncludeParser::findMethod(const Definition& bmhDef) { in findMethod() argument1821 auto doubleColon = bmhDef.fName.rfind("::"); in findMethod()1823 const auto& iGlobalMethod = fIFunctionMap.find(bmhDef.fName); in findMethod()1827 string className = bmhDef.fName.substr(0, doubleColon); in findMethod()1832 string methodName = bmhDef.fName.substr(doubleColon + 2); in findMethod()
1122 const Definition& bmhDef = defIter->second; in defineOut() local1123 this->constOut(&def, &bmhDef); in defineOut()
1819 Definition* IncludeParser::findMethod(const Definition& bmhDef) { in findMethod() argument1820 auto doubleColon = bmhDef.fName.rfind("::"); in findMethod()1822 const auto& iGlobalMethod = fIFunctionMap.find(bmhDef.fName); in findMethod()1826 string className = bmhDef.fName.substr(0, doubleColon); in findMethod()1831 string methodName = bmhDef.fName.substr(doubleColon + 2); in findMethod()