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()
1079 if (!Invocation) in Parse()
1082 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in Parse()
1440 if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) { in getMainFileName()
1441 const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0]; in getMainFileName()
1476 AST->Invocation = std::move(CI); in create()
1635 if (!Invocation) in LoadFromCompilerInvocation()
1641 Invocation->getPreprocessorOpts().RetainRemappedFileBuffers = true; in LoadFromCompilerInvocation()
1642 Invocation->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocation()
1644 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in LoadFromCompilerInvocation()
1650 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS); in LoadFromCompilerInvocation()
1652 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in LoadFromCompilerInvocation()
1683 AST->Invocation = std::move(CI); in LoadFromCompilerInvocation()
1769 AST->Invocation = CI; in LoadFromCommandLine()
1799 if (!Invocation) in Reparse()
1813 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse()
1817 Invocation->getPreprocessorOpts().clearRemappedFiles(); in Reparse()
1819 Invocation->getPreprocessorOpts().addRemappedFile(RemappedFile.first, in Reparse()
1828 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS); in Reparse()
1833 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in Reparse()
2117 if (!Invocation) in CodeComplete()
2124 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in CodeComplete()