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()
1101 if (!Invocation) in Parse()
1108 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in Parse()
1456 if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) { in getMainFileName()
1457 const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0]; in getMainFileName()
1493 AST->Invocation = std::move(CI); in create()
1644 if (!Invocation) in LoadFromCompilerInvocation()
1650 Invocation->getPreprocessorOpts().RetainRemappedFileBuffers = true; in LoadFromCompilerInvocation()
1651 Invocation->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocation()
1653 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in LoadFromCompilerInvocation()
1659 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS); in LoadFromCompilerInvocation()
1661 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in LoadFromCompilerInvocation()
1692 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()
2128 if (!Invocation) in CodeComplete()
2135 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in CodeComplete()