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

References

tools/clang/include/clang/Frontend/CompilerInstance.h
  234   bool hasInvocation() const { return Invocation != nullptr; }
  237     assert(Invocation && "Compiler instance has no invocation!");
  238     return *Invocation;
  258     return Invocation->getAnalyzerOpts();
  262     return Invocation->getCodeGenOpts();
  265     return Invocation->getCodeGenOpts();
  269     return Invocation->getDependencyOutputOpts();
  272     return Invocation->getDependencyOutputOpts();
  276     return Invocation->getDiagnosticOpts();
  279     return Invocation->getDiagnosticOpts();
  283     return Invocation->getFileSystemOpts();
  286     return Invocation->getFileSystemOpts();
  290     return Invocation->getFrontendOpts();
  293     return Invocation->getFrontendOpts();
  297     return Invocation->getHeaderSearchOpts();
  300     return Invocation->getHeaderSearchOpts();
  303     return Invocation->getHeaderSearchOptsPtr();
  307     return *Invocation->getLangOpts();
  310     return *Invocation->getLangOpts();
  314     return Invocation->getPreprocessorOpts();
  317     return Invocation->getPreprocessorOpts();
  321     return Invocation->getPreprocessorOutputOpts();
  324     return Invocation->getPreprocessorOutputOpts();
  328     return Invocation->getTargetOpts();
  331     return Invocation->getTargetOpts();
  535     assert(Invocation && "cannot determine module format without invocation");
  549     assert(Invocation && "cannot determine module format without invocation");
tools/clang/lib/Frontend/CompilerInstance.cpp
   73   Invocation = std::move(Value);
  389   PP = std::make_shared<Preprocessor>(Invocation->getPreprocessorOptsPtr(),
 2014       InputKind(getLanguageFromOptions(*Invocation->getLangOpts()),