Searched refs:Tentative (Results 1 – 2 of 2) sorted by relevance
212 friend class Tentative; variable213 class Tentative {215 Tentative(ReflectionState *state) : mState(state) { } in Tentative() function216 ~Tentative() { if (mState) mState->mState = ReflectionState::S_Bad; } in ~Tentative()220 Tentative(const Tentative &) = delete;221 void operator=(const Tentative &) = delete;
648 ReflectionState::Tentative TentativeRState(RState); in compile()