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

Derived Classes

tools/clang/include/clang/Frontend/CompilerInvocation.h
  121 class CompilerInvocation : public CompilerInvocationBase {

References

tools/clang/include/clang/Frontend/CompilerInvocation.h
   83   CompilerInvocationBase(const CompilerInvocationBase &X);
   84   CompilerInvocationBase &operator=(const CompilerInvocationBase &) = delete;
   84   CompilerInvocationBase &operator=(const CompilerInvocationBase &) = delete;
  121 class CompilerInvocation : public CompilerInvocationBase {
tools/clang/lib/Frontend/CompilerInvocation.cpp
  109 CompilerInvocationBase::CompilerInvocationBase(const CompilerInvocationBase &X)