Home | History | Annotate | Download | only in Support

Lines Matching refs:CurrentEntry

2123     CurrentEntry = nullptr;
2126 if (CurrentEntry) {
2127 CurrentEntry->skip();
2130 CurrentEntry = nullptr;
2137 CurrentEntry = new (getAllocator()) KeyValueNode(Doc);
2143 CurrentEntry = nullptr;
2149 CurrentEntry = nullptr;
2162 CurrentEntry = nullptr;
2169 CurrentEntry = nullptr;
2177 CurrentEntry = nullptr;
2180 if (CurrentEntry)
2181 CurrentEntry->skip();
2187 CurrentEntry = parseBlockNode();
2188 if (!CurrentEntry) { // An error occurred.
2190 CurrentEntry = nullptr;
2196 CurrentEntry = nullptr;
2203 CurrentEntry = nullptr;
2209 CurrentEntry = parseBlockNode();
2210 if (!CurrentEntry) { // An error occurred.
2212 CurrentEntry = nullptr;
2218 CurrentEntry = nullptr;
2232 CurrentEntry = nullptr;
2240 CurrentEntry = nullptr;
2246 CurrentEntry = nullptr;
2250 CurrentEntry = parseBlockNode();
2251 if (!CurrentEntry) {