HomeSort by: relevance | last modified time | path
    Searched defs:hierarchy (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ASTTableGen.cpp 116 // Find all the nodes in the hierarchy.
120 ChildMap hierarchy; local
124 hierarchy.insert(std::make_pair(base, node));
127 "multiple root nodes in " + nodeClassName + " hierarchy");
132 PrintFatalError(Twine("no root node in ") + nodeClassName + " hierarchy");
135 visitASTNodeRecursive(root, ASTNode(), hierarchy, visit);

Completed in 17 milliseconds