Home
last modified time | relevance | path

Searched refs:CurrentNode (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Support/
DYAMLTraits.cpp52 CurrentNode(nullptr) { in Input()
89 CurrentNode = TopNode.get(); in setCurrentDocument()
100 std::string foundTag = CurrentNode->_node->getVerbatimTag(); in mapTag()
113 MapHNode *MN = dyn_cast_or_null<MapHNode>(CurrentNode); in beginMapping()
127 if (!CurrentNode) { in preflightKey()
133 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode); in preflightKey()
135 setError(CurrentNode, "not a mapping"); in preflightKey()
142 setError(CurrentNode, Twine("missing required key '") + Key + "'"); in preflightKey()
147 SaveInfo = CurrentNode; in preflightKey()
148 CurrentNode = Value; in preflightKey()
[all …]
/external/clang/lib/AST/
DASTDiagnostic.cpp514 unsigned CurrentNode; member in __anon9da9a8600111::TemplateDiff::DiffTree
525 CurrentNode(0), NextFreeNode(1) { in DiffTree()
532 FlatTree[CurrentNode].FromTD = FromTD; in SetNode()
533 FlatTree[CurrentNode].ToTD = ToTD; in SetNode()
538 FlatTree[CurrentNode].FromType = FromType; in SetNode()
539 FlatTree[CurrentNode].ToType = ToType; in SetNode()
544 FlatTree[CurrentNode].FromExpr = FromExpr; in SetNode()
545 FlatTree[CurrentNode].ToExpr = ToExpr; in SetNode()
551 FlatTree[CurrentNode].FromInt = FromInt; in SetNode()
552 FlatTree[CurrentNode].ToInt = ToInt; in SetNode()
[all …]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1901 property CurrentNode: IANTLRInterface read GetCurrentNode write SetCurrentNode; property
4715 State.CurrentNode := FCurrentNode;
4805 FCurrentNode := State.CurrentNode;
/external/llvm/include/llvm/Support/
DYAMLTraits.h1009 HNode *CurrentNode;