Lines Matching refs:Invocation
159 getBufferForFileHandlingRemapping(const CompilerInvocation &Invocation, in getBufferForFileHandlingRemapping() argument
162 const auto &PreprocessorOpts = Invocation.getPreprocessorOpts(); in getBufferForFileHandlingRemapping()
263 if (Invocation && OwnsRemappedFileBuffers) { in ~ASTUnit()
264 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit()
1098 if (!Invocation) in Parse()
1105 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in Parse()
1453 if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) { in getMainFileName()
1454 const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0]; in getMainFileName()
1490 AST->Invocation = std::move(CI); in create()
1641 if (!Invocation) in LoadFromCompilerInvocation()
1647 Invocation->getPreprocessorOpts().RetainRemappedFileBuffers = true; in LoadFromCompilerInvocation()
1648 Invocation->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocation()
1650 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in LoadFromCompilerInvocation()
1656 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS); in LoadFromCompilerInvocation()
1658 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in LoadFromCompilerInvocation()
1689 AST->Invocation = std::move(CI); in LoadFromCompilerInvocation()
1781 AST->Invocation = CI; in LoadFromCommandLine()
1811 if (!Invocation) in Reparse()
1825 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse()
1829 Invocation->getPreprocessorOpts().clearRemappedFiles(); in Reparse()
1831 Invocation->getPreprocessorOpts().addRemappedFile(RemappedFile.first, in Reparse()
1840 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS); in Reparse()
1845 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in Reparse()
2130 if (!Invocation) in CodeComplete()
2137 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in CodeComplete()