Home
last modified time | relevance | path

Searched refs:ChildMap (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DClangASTNodesEmitter.h30 typedef std::multimap<Record*, Record*> ChildMap; typedef
31 typedef ChildMap::const_iterator ChildIterator;
55 std::pair<Record *, Record *> EmitNode (const ChildMap &Tree, raw_ostream& OS,
DClangASTNodesEmitter.cpp25 const ChildMap &Tree, in EmitNode()
108 ChildMap Tree; in run()