Lines Matching defs:Interp
310 auto Interp =
317 auto PTU = Interp->Parse(Runtimes);
320 Interp->markUserCodeStart();
322 Interp->ValuePrintingInfo.resize(4);
323 return std::move(Interp);
338 auto Interp = Interpreter::create(std::move(CI));
339 if (auto E = Interp.takeError())
344 **Interp, std::move(DCI), *(*Interp)->IncrParser.get(),
345 *(*Interp)->TSCtx->getContext(), IMVFS, Err);
349 (*Interp)->DeviceParser = std::move(DeviceParser);
351 return Interp;
581 createInProcessRuntimeInterfaceBuilder(Interpreter &Interp, ASTContext &Ctx,
711 Interpreter &Interp;
716 InProcessRuntimeInterfaceBuilder(Interpreter &Interp, ASTContext &C, Sema &S)
717 : Interp(Interp), Ctx(C), S(S) {}
762 B->Interp
774 B->Interp.getCompilerInstance()->getASTConsumer().HandleTopLevelDecl(
787 B->Interp
793 B->Interp.getValuePrintingInfo()[Interpreter::InterfaceKind::NewTag]};
811 B->Interp.getValuePrintingInfo()[Interpreter::InterfaceKind::NoAlloc],
822 createInProcessRuntimeInterfaceBuilder(Interpreter &Interp, ASTContext &Ctx,
824 return std::make_unique<InProcessRuntimeInterfaceBuilder>(Interp, Ctx, S);