Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DClangASTNodesEmitter.cpp28 typedef std::multimap<Record*, Record*> ChildMap; typedef in __anon70af99f00111::ClangASTNodesEmitter
29 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()