Lines Matching refs:Doc
1885 : Doc(D), TypeID(Type), Anchor(A), Tag(T) { in Node()
1895 Ret = std::string(Doc->getTagMap().find("!")->second); in getVerbatimTag()
1899 Ret = std::string(Doc->getTagMap().find("!!")->second); in getVerbatimTag()
1905 Doc->getTagMap().find(TagHandle); in getVerbatimTag()
1906 if (It != Doc->getTagMap().end()) in getVerbatimTag()
1936 return Doc->peekNext(); in peekNext()
1940 return Doc->getNext(); in getNext()
1944 return Doc->parseBlockNode(); in parseBlockNode()
1948 return Doc->NodeAllocator; in getAllocator()
1952 Doc->setError(Msg, Tok); in setError()
1956 return Doc->failed(); in failed()
2147 return Key = new (getAllocator()) NullNode(Doc); in getKey()
2156 return Key = new (getAllocator()) NullNode(Doc); in getKey()
2171 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2175 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2185 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2190 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2198 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2222 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()