Lines Matching refs:Invocation
157 getBufferForFileHandlingRemapping(const CompilerInvocation &Invocation, in getBufferForFileHandlingRemapping() argument
160 const auto &PreprocessorOpts = Invocation.getPreprocessorOpts(); in getBufferForFileHandlingRemapping()
261 if (Invocation && OwnsRemappedFileBuffers) { in ~ASTUnit()
262 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit()
1134 if (!Invocation) in Parse()
1141 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in Parse()
1490 if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) { in getMainFileName()
1491 const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0]; in getMainFileName()
1527 AST->Invocation = std::move(CI); in create()
1678 if (!Invocation) in LoadFromCompilerInvocation()
1684 Invocation->getPreprocessorOpts().RetainRemappedFileBuffers = true; in LoadFromCompilerInvocation()
1685 Invocation->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocation()
1687 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in LoadFromCompilerInvocation()
1693 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS); in LoadFromCompilerInvocation()
1695 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in LoadFromCompilerInvocation()
1726 AST->Invocation = std::move(CI); in LoadFromCompilerInvocation()
1824 AST->Invocation = CI; in LoadFromCommandLine()
1854 if (!Invocation) in Reparse()
1868 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse()
1872 Invocation->getPreprocessorOpts().clearRemappedFiles(); in Reparse()
1874 Invocation->getPreprocessorOpts().addRemappedFile(RemappedFile.first, in Reparse()
1883 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS); in Reparse()
1888 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in Reparse()
2176 if (!Invocation) in CodeComplete()
2183 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in CodeComplete()