Lines Matching refs:Invocation

158 getBufferForFileHandlingRemapping(const CompilerInvocation &Invocation,  in getBufferForFileHandlingRemapping()  argument
161 const auto &PreprocessorOpts = Invocation.getPreprocessorOpts(); in getBufferForFileHandlingRemapping()
262 if (Invocation && OwnsRemappedFileBuffers) { in ~ASTUnit()
263 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit()
1146 if (!Invocation) in Parse()
1153 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in Parse()
1503 if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) { in getMainFileName()
1504 const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0]; in getMainFileName()
1540 AST->Invocation = std::move(CI); in create()
1691 if (!Invocation) in LoadFromCompilerInvocation()
1697 Invocation->getPreprocessorOpts().RetainRemappedFileBuffers = true; in LoadFromCompilerInvocation()
1698 Invocation->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocation()
1700 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in LoadFromCompilerInvocation()
1706 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS); in LoadFromCompilerInvocation()
1708 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in LoadFromCompilerInvocation()
1739 AST->Invocation = std::move(CI); in LoadFromCompilerInvocation()
1837 AST->Invocation = CI; in LoadFromCommandLine()
1867 if (!Invocation) in Reparse()
1881 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse()
1885 Invocation->getPreprocessorOpts().clearRemappedFiles(); in Reparse()
1887 Invocation->getPreprocessorOpts().addRemappedFile(RemappedFile.first, in Reparse()
1896 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS); in Reparse()
1901 ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts()); in Reparse()
2189 if (!Invocation) in CodeComplete()
2196 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in CodeComplete()