Searched refs:DiffNode (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp526 /// DiffKind - The difference in a DiffNode. Fields of
569 /// DiffNode - The root node stores the original type. Each child node
572 struct DiffNode { struct in class:__anon296::TemplateDiff::DiffTree
589 DiffNode(unsigned ParentNode = 0) : ParentNode(ParentNode) {} function in struct:__anon296::TemplateDiff::DiffTree::DiffNode
593 SmallVector<DiffNode, 16> FlatTree;
607 FlatTree.push_back(DiffNode());
748 FlatTree.push_back(DiffNode(CurrentNode));
749 DiffNode &Node = FlatTree[CurrentNode];
1132 /// DiffTypes - Fills a DiffNode with information about a type difference.
1160 /// DiffTemplateTemplates - Fills a DiffNode wit
[all...]

Completed in 108 milliseconds