Searched refs:functionAttributes_ (Results 1 – 2 of 2) sorted by relevance
116 functionAttributes_ == other.functionAttributes_ && in equals()170 const auto it = data_.functionAttributes_.find(name); in findFunctionAttribute()171 if (it != data_.functionAttributes_.end()) { in findFunctionAttribute()262 functionAttributes_.emplace( in addFunctionAttribute()
161 std::unordered_map<std::string, FunctionAttribute> functionAttributes_; variable