Lines Matching refs:Doc
1952 for (Document &Doc : *this) in skip()
1953 Doc.skip(); in skip()
1958 : Doc(D), TypeID(Type), Anchor(A), Tag(T) { in Node()
1968 Ret = std::string(Doc->getTagMap().find("!")->second); in getVerbatimTag()
1972 Ret = std::string(Doc->getTagMap().find("!!")->second); in getVerbatimTag()
1978 Doc->getTagMap().find(TagHandle); in getVerbatimTag()
1979 if (It != Doc->getTagMap().end()) in getVerbatimTag()
2009 return Doc->peekNext(); in peekNext()
2013 return Doc->getNext(); in getNext()
2017 return Doc->parseBlockNode(); in parseBlockNode()
2021 return Doc->NodeAllocator; in getAllocator()
2025 Doc->setError(Msg, Tok); in setError()
2029 return Doc->failed(); in failed()
2267 return Key = new (getAllocator()) NullNode(Doc); in getKey()
2276 return Key = new (getAllocator()) NullNode(Doc); in getKey()
2291 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2295 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2305 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2310 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2318 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2342 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()