Lines Matching defs:PTUs
405 // Process the PTUs that came from initialization. For example -include will
407 for (PartialTranslationUnit &PTU : PTUs)
490 (*Interp)->PTUs);
524 InitPTUSize = PTUs.size();
528 assert(PTUs.size() >= InitPTUSize && "empty PTU list?");
529 return PTUs.size() - InitPTUSize;
535 PTUs.emplace_back(PartialTranslationUnit());
536 PartialTranslationUnit &LastPTU = PTUs.back();
545 LLVM_DEBUG(llvm::dbgs() << "compile-ptu " << PTUs.size() - 1
625 << ((std::find(PTUs.begin(), PTUs.end(), T) != PTUs.end())
626 ? std::distance(PTUs.begin(),
627 std::find(PTUs.begin(), PTUs.end(), T))
703 if (llvm::Error Err = IncrExecutor->removeModule(PTUs.back()))
707 IncrParser->CleanUpPTU(PTUs.back().TUPart);
708 PTUs.pop_back();