Lines Matching refs:Doc
1935 for (Document &Doc : *this) in skip()
1936 Doc.skip(); in skip()
1941 : Doc(D), TypeID(Type), Anchor(A), Tag(T) { in Node()
1951 Ret = std::string(Doc->getTagMap().find("!")->second); in getVerbatimTag()
1955 Ret = std::string(Doc->getTagMap().find("!!")->second); in getVerbatimTag()
1961 Doc->getTagMap().find(TagHandle); in getVerbatimTag()
1962 if (It != Doc->getTagMap().end()) in getVerbatimTag()
1992 return Doc->peekNext(); in peekNext()
1996 return Doc->getNext(); in getNext()
2000 return Doc->parseBlockNode(); in parseBlockNode()
2004 return Doc->NodeAllocator; in getAllocator()
2008 Doc->setError(Msg, Tok); in setError()
2012 return Doc->failed(); in failed()
2203 return Key = new (getAllocator()) NullNode(Doc); in getKey()
2212 return Key = new (getAllocator()) NullNode(Doc); in getKey()
2227 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2231 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2241 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2246 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2254 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2278 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()