Searched refs:fMethodMap (Results 1 – 4 of 4) sorted by relevance
58 , { &fMethodMap, MarkType::kMethod } in BmhParser()169 unordered_map<string, RootDefinition> fMethodMap; variable
953 auto methodIter = fBmhParser->fMethodMap.find(name); in findMethod()954 if (fBmhParser->fMethodMap.end() == methodIter) { in findMethod()1513 auto mapFind = fBmhParser->fMethodMap.find(child.fName); in populate()1514 if (fBmhParser->fMethodMap.end() != mapFind) { in populate()2095 auto rootDefIter = fBmhParser->fMethodMap.find(methodname); in resolveMethod()2096 if (fBmhParser->fMethodMap.end() != rootDefIter) { in resolveMethod()
768 auto methIter = bmhParser.fMethodMap.find(token.fName); in checkTokens()769 if (bmhParser.fMethodMap.end() != methIter) { in checkTokens()
1188 for (auto bMap : { &fClassMap, &fConstMap, &fDefineMap, &fEnumMap, &fMethodMap, in setUpGlobalSubstitutes()