reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/ASTUnit.cpp
  262   if (Invocation && OwnsRemappedFileBuffers) {
  263     PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
 1102   if (!Invocation)
 1109   auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation);
 1465   if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) {
 1465   if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) {
 1466     const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0];
 1502   AST->Invocation = std::move(CI);
 1662   if (!Invocation)
 1668   Invocation->getPreprocessorOpts().RetainRemappedFileBuffers = true;
 1669   Invocation->getFrontendOpts().DisableFree = false;
 1671   ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts());
 1677         getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS);
 1679     ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts());
 1710   AST->Invocation = std::move(CI);
 1798   AST->Invocation = CI;
 1828   if (!Invocation)
 1842   PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
 1846   Invocation->getPreprocessorOpts().clearRemappedFiles();
 1848     Invocation->getPreprocessorOpts().addRemappedFile(RemappedFile.first,
 1857         getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS);
 1862   ProcessWarningOptions(getDiagnostics(), Invocation->getDiagnosticOpts());
 2145   if (!Invocation)
 2152   auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation);