Searched refs:TmpS (Results 1 – 1 of 1) sorted by relevance
50 if (auto TmpS = S) { in decltype() local51 std::lock_guard<std::recursive_mutex> Lock(TmpS->Mutex); in decltype()52 return F(TmpS->Ctx.get()); in decltype()58 if (auto TmpS = S) { in decltype() local59 std::lock_guard<std::recursive_mutex> Lock(TmpS->Mutex); in decltype()60 return F(const_cast<const LLVMContext *>(TmpS->Ctx.get())); in decltype()