Searched refs:ChildMap (Results 1 – 3 of 3) sorted by relevance
28 typedef std::multimap<Record*, Record*> ChildMap; typedef in __anond4816a0e0111::ClangASTNodesEmitter29 typedef ChildMap::const_iterator ChildIterator;53 std::pair<Record *, Record *> EmitNode (const ChildMap &Tree, raw_ostream& OS,73 const ChildMap &Tree, in EmitNode()158 ChildMap Tree; in run()
94 using ChildMap = std::multimap<ASTNode, ASTNode>; typedef97 const ChildMap &map, in visitASTNodeRecursive()120 ChildMap hierarchy; in visitHierarchy()
33 typedef std::multimap<ASTNode, ASTNode> ChildMap; typedef in __anon6694c97c0111::ClangASTNodesEmitter34 typedef ChildMap::const_iterator ChildIterator;41 ChildMap Tree;