Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DClangASTNodesEmitter.cpp28 typedef std::multimap<Record*, Record*> ChildMap; typedef in __anond4816a0e0111::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()
/external/llvm-project/clang/utils/TableGen/
DASTTableGen.cpp94 using ChildMap = std::multimap<ASTNode, ASTNode>; typedef
97 const ChildMap &map, in visitASTNodeRecursive()
120 ChildMap hierarchy; in visitHierarchy()
DClangASTNodesEmitter.cpp33 typedef std::multimap<ASTNode, ASTNode> ChildMap; typedef in __anon6694c97c0111::ClangASTNodesEmitter
34 typedef ChildMap::const_iterator ChildIterator;
41 ChildMap Tree;