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 52 CurrentNode(nullptr) {
89 CurrentNode = TopNode.get();
100 std::string foundTag = CurrentNode->_node->getVerbatimTag();
112 // CurrentNode can be null if the document is empty.
113 MapHNode *MN = dyn_cast_or_null<MapHNode>(CurrentNode);
125 // CurrentNode is null for empty documents, which is an error in case required
127 if (!CurrentNode) {
133 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode);
135 setError(CurrentNode, "not a mapping");
142 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 1009 HNode *CurrentNode;
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]

Completed in 943 milliseconds