Searched refs:InProgressLookupState (Results 1 – 3 of 3) sorted by relevance
513 class InProgressLookupState { class524 virtual ~InProgressLookupState() = default;546 class InProgressLookupFlagsState : public InProgressLookupState {566 class InProgressFullLookupState : public InProgressLookupState {2431 InProgressLookupState &IPLS) { in OL_resumeLookupAfterGeneration()2435 IPLS.GenState = InProgressLookupState::NotInGenerator; in OL_resumeLookupAfterGeneration()2462 std::unique_ptr<InProgressLookupState> IPLS, Error Err) { in OL_applyQueryPhase1()2477 if (IPLS->GenState == InProgressLookupState::InGenerator) in OL_applyQueryPhase1()2597 IPLS->GenState = InProgressLookupState::InGenerator; in OL_applyQueryPhase1()2684 std::unique_ptr<InProgressLookupState> IPLS, in OL_completeLookup()[all …]
26 class InProgressLookupState;30 static InProgressLookupState *extractLookupState(LookupState &LS) { in extractLookupState()34 static void resetLookupState(LookupState &LS, InProgressLookupState *IPLS) { in resetLookupState()60 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(InProgressLookupState, LLVMOrcLookupStateRef)
46 class InProgressLookupState; variable905 LookupState(std::unique_ptr<InProgressLookupState> IPLS);908 void reset(InProgressLookupState *IPLS);910 std::unique_ptr<InProgressLookupState> IPLS;1742 void OL_resumeLookupAfterGeneration(InProgressLookupState &IPLS);1747 void OL_applyQueryPhase1(std::unique_ptr<InProgressLookupState> IPLS,1754 void OL_completeLookup(std::unique_ptr<InProgressLookupState> IPLS,1761 std::unique_ptr<InProgressLookupState> IPLS,