Searched defs:GetNode (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h144 const SDNode *GetNode() const { function in class:llvm::ScheduleDAGSDNodes::RegDefIter
/external/pdfium/xfa/include/fxfa/
H A Dfxfa_objectacc.h67 CXFA_Node* GetNode() { return m_pNode; } function in class:CXFA_Data
/external/pdfium/xfa/src/fgas/include/
H A Dfx_utl.h511 CPLTreeNode* GetNode(TreeNode eNode) const { function in class:CFX_CPLTreeNode
693 CPLTreeNode* pNode = m_Root.GetNode(CPLTreeNode::LastNeighbor);
698 CPLTreeNode* pTemp = pNode->GetNode(CPLTreeNode::PreviousNeighbor);
714 CPLTreeNode* pLast = pParent->GetNode(CPLTreeNode::LastChild);
/external/clang/lib/AST/
H A DASTDiagnostic.cpp695 /// GetNode - Gets the FromType and ToType.
696 void GetNode(QualType &FromType, QualType &ToType) { function in class:__anon1133::TemplateDiff::DiffTree
701 /// GetNode - Gets the FromExpr and ToExpr.
702 void GetNode(Expr *&FromExpr, Expr *&ToExpr) { function in class:__anon1133::TemplateDiff::DiffTree
707 /// GetNode - Gets the FromTD and ToTD.
708 void GetNode(TemplateDecl *&FromTD, TemplateDecl *&ToTD) { function in class:__anon1133::TemplateDiff::DiffTree
713 /// GetNode - Gets the FromInt and ToInt.
714 void GetNode(llvm::APSInt &FromInt, llvm::APSInt &ToInt, function in class:__anon1133::TemplateDiff::DiffTree
722 /// GetNode - Gets the FromQual and ToQual.
723 void GetNode(Qualifier function in class:__anon1133::TemplateDiff::DiffTree
729 void GetNode(ValueDecl *&FromValueDecl, ValueDecl *&ToValueDecl, function in class:__anon1133::TemplateDiff::DiffTree
[all...]
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc1473 static const v8::HeapGraphNode* GetNode(const v8::HeapGraphNode* parent, function
1514 const v8::HeapGraphNode* native_group_aaa = GetNode(
1518 const v8::HeapGraphNode* aaa = GetNode(
1523 const v8::HeapGraphNode* native_group_ccc = GetNode(
1525 const v8::HeapGraphNode* ccc = GetNode(
1529 const v8::HeapGraphNode* n_AAA = GetNode(
1532 const v8::HeapGraphNode* n_BBB = GetNode(
1536 const v8::HeapGraphNode* n_CCC = GetNode(
1763 if (snapshot->GetNode(i) == global)
2105 const v8::HeapGraphNode* gc_roots = GetNode(
[all...]
/external/v8/src/
H A Dapi.cc8541 const HeapGraphNode* HeapSnapshot::GetNode(int index) const { function in class:v8::HeapSnapshot

Completed in 267 milliseconds