Searched refs:TheMapping (Results 1 – 4 of 4) sorted by relevance
115 std::set<ECValue> TheMapping; variable124 TheMapping.clear();141 iterator begin() const { return TheMapping.begin(); } in begin()142 iterator end() const { return TheMapping.end(); } in end()144 bool empty() const { return TheMapping.empty(); } in empty()160 return TheMapping.find(V); in findValue()197 return TheMapping.insert(ECValue(Data)).first; in insert()206 if (I == TheMapping.end()) return member_end(); in findLeader()210 return findLeader(TheMapping.find(V)); in findLeader()
119 std::set<ECValue> TheMapping; variable128 TheMapping.clear();146 iterator begin() const { return TheMapping.begin(); } in begin()147 iterator end() const { return TheMapping.end(); } in end()149 bool empty() const { return TheMapping.empty(); } in empty()164 return TheMapping.find(V); in findValue()200 return TheMapping.insert(ECValue(Data)).first; in insert()208 if (I == TheMapping.end()) return member_end(); in findLeader()212 return findLeader(TheMapping.find(V)); in findLeader()
60 Mapping TheMapping; member in clang::diff::ASTDiff::Impl74 return TheMapping.getDst(Id); in getMapped()76 return TheMapping.getSrc(Id); in getMapped()907 computeChangeKinds(TheMapping); in Impl()911 TheMapping = matchTopDown(); in computeMapping()914 matchBottomUp(TheMapping); in computeMapping()