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

/external/clang/lib/AST/
H A DASTDiagnostic.cpp462 /// ParentNode - The index of the parent node.
463 unsigned ParentNode; member in struct:__anon811::TemplateDiff::DiffTree::DiffNode
500 DiffNode(unsigned ParentNode = 0)
501 : Kind(Invalid), NextNode(0), ChildNode(0), ParentNode(ParentNode),
596 CurrentNode = FlatTree[CurrentNode].ParentNode;
630 ReadNode = FlatTree[ReadNode].ParentNode;
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp2056 FoldOperand(SDNode *ParentNode, unsigned SrcIdx, SDValue &Src, SDValue &Neg, argument
2076 unsigned Opcode = ParentNode->getMachineOpcode();
2083 if (ParentNode->getValueType(0).isVector())
2110 dyn_cast<RegisterSDNode>(ParentNode->getOperand(OtherSrcIdx))) {
2113 = cast<ConstantSDNode>(ParentNode->getOperand(OtherSelIdx));

Completed in 270 milliseconds