Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DYAMLTraits.cpp46 CurrentNode(NULL) { in Input()
75 CurrentNode = TopNode.get(); in setCurrentDocument()
88 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode); in beginMapping()
99 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode); in preflightKey()
101 setError(CurrentNode, "not a mapping"); in preflightKey()
108 setError(CurrentNode, Twine("missing required key '") + Key + "'"); in preflightKey()
113 SaveInfo = CurrentNode; in preflightKey()
114 CurrentNode = Value; in preflightKey()
119 CurrentNode = reinterpret_cast<HNode *>(saveInfo); in postflightKey()
125 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode); in endMapping()
[all …]
/external/clang/lib/AST/
DASTDiagnostic.cpp483 unsigned CurrentNode; member in __anon1d07f7aa0111::TemplateDiff::DiffTree
494 CurrentNode(0), NextFreeNode(1) { in DiffTree()
501 FlatTree[CurrentNode].FromTD = FromTD; in SetNode()
502 FlatTree[CurrentNode].ToTD = ToTD; in SetNode()
507 FlatTree[CurrentNode].FromType = FromType; in SetNode()
508 FlatTree[CurrentNode].ToType = ToType; in SetNode()
513 FlatTree[CurrentNode].FromExpr = FromExpr; in SetNode()
514 FlatTree[CurrentNode].ToExpr = ToExpr; in SetNode()
520 FlatTree[CurrentNode].FromInt = FromInt; in SetNode()
521 FlatTree[CurrentNode].ToInt = ToInt; in SetNode()
[all …]
/external/llvm/include/llvm/Support/
DYAMLTraits.h803 HNode *CurrentNode;
/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;