Searched refs:TheMapping (Results 1 – 2 of 2) sorted by relevance
120 std::set<ECValue> TheMapping; variable129 TheMapping.clear();147 iterator begin() const { return TheMapping.begin(); } in begin()148 iterator end() const { return TheMapping.end(); } in end()150 bool empty() const { return TheMapping.empty(); } in empty()165 return TheMapping.find(V); in findValue()201 return TheMapping.insert(ECValue(Data)).first; in insert()209 if (I == TheMapping.end()) return member_end(); in findLeader()213 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()909 computeChangeKinds(TheMapping); in Impl()913 TheMapping = matchTopDown(); in computeMapping()916 matchBottomUp(TheMapping); in computeMapping()