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()
1100 if (!Invocation) in Parse()
1107 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in Parse()
1455 if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) { in getMainFileName()
1456 const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0]; in getMainFileName()
1492 AST->Invocation = std::move(CI); in create()
1643 if (!Invocation) in LoadFromCompilerInvocation()
1649 Invocation->getPreprocessorOpts().RetainRemappedFileBuffers = true; in LoadFromCompilerInvocation()
1650 Invocation->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocation()
1652 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in LoadFromCompilerInvocation()
1658 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS); in LoadFromCompilerInvocation()
1660 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in LoadFromCompilerInvocation()
1691 AST->Invocation = std::move(CI); in LoadFromCompilerInvocation()
1780 AST->Invocation = CI; in LoadFromCommandLine()
1810 if (!Invocation) in Reparse()
1824 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse()
1828 Invocation->getPreprocessorOpts().clearRemappedFiles(); in Reparse()
1830 Invocation->getPreprocessorOpts().addRemappedFile(RemappedFile.first, in Reparse()
1839 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS); in Reparse()
1844 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in Reparse()
2127 if (!Invocation) in CodeComplete()
2134 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in CodeComplete()