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

  /external/llvm/lib/Support/
YAMLTraits.cpp 51 CurrentNode(nullptr) {
86 CurrentNode = TopNode.get();
97 std::string foundTag = CurrentNode->_node->getVerbatimTag();
109 // CurrentNode can be null if the document is empty.
110 MapHNode *MN = dyn_cast_or_null<MapHNode>(CurrentNode);
122 // CurrentNode is null for empty documents, which is an error in case required
124 if (!CurrentNode) {
130 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode);
132 setError(CurrentNode, "not a mapping");
139 setError(CurrentNode, Twine("missing required key '") + Key + "'")
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 513 /// CurrentNode - The index of the current node being used.
514 unsigned CurrentNode;
525 CurrentNode(0), NextFreeNode(1) {
532 FlatTree[CurrentNode].FromTD = FromTD;
533 FlatTree[CurrentNode].ToTD = ToTD;
538 FlatTree[CurrentNode].FromType = FromType;
539 FlatTree[CurrentNode].ToType = ToType;
544 FlatTree[CurrentNode].FromExpr = FromExpr;
545 FlatTree[CurrentNode].ToExpr = ToExpr;
551 FlatTree[CurrentNode].FromInt = FromInt
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h 995 HNode *CurrentNode;
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]

Completed in 157 milliseconds