Searched refs:functionTable_ (Results 1 – 1 of 1) sorted by relevance
5381 : otherResolver_(otherResolver), functionTable_(functionTable) {} in FunctionResolver()5387 auto it = functionTable_.find(name); in resolveValue()5388 if (it != functionTable_.end()) { in resolveValue()5402 const std::unordered_map<std::string, Function*>& functionTable_; member