HomeSort by relevance Sort by last modified time
    Searched refs:ChildNode (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/AST/
ASTDiagnostic.cpp 434 /// ChildNode - The index of the first child node or 0.
435 unsigned ChildNode;
469 : Kind(Invalid), NextNode(0), ChildNode(0), ParentNode(ParentNode),
560 if (Node.ChildNode == 0) {
562 Node.ChildNode = NextFreeNode;
567 for (i = Node.ChildNode; FlatTree[i].NextNode != 0;
635 return FlatTree[ReadNode].ChildNode != 0;
640 ReadNode = FlatTree[ReadNode].ChildNode;
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 39 milliseconds