clang API Documentation

Public Member Functions | Protected Attributes
clang::CompilerInvocationBase Class Reference

#include <CompilerInvocation.h>

Inheritance diagram for clang::CompilerInvocationBase:
Inheritance graph
[legend]
Collaboration diagram for clang::CompilerInvocationBase:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CompilerInvocationBase ()
 CompilerInvocationBase (const CompilerInvocationBase &X)
LangOptionsgetLangOpts ()
const LangOptionsgetLangOpts () const

Protected Attributes

IntrusiveRefCntPtr< LangOptionsLangOpts
 Options controlling the language variant.

Detailed Description

Definition at line 48 of file CompilerInvocation.h.


Constructor & Destructor Documentation

CompilerInvocationBase::CompilerInvocationBase ( )

Definition at line 37 of file CompilerInvocation.cpp.

CompilerInvocationBase::CompilerInvocationBase ( const CompilerInvocationBase X)

Definition at line 40 of file CompilerInvocation.cpp.


Member Function Documentation

LangOptions* clang::CompilerInvocationBase::getLangOpts ( ) [inline]
const LangOptions* clang::CompilerInvocationBase::getLangOpts ( ) const [inline]

Definition at line 58 of file CompilerInvocation.h.

References LangOpts.


Member Data Documentation

IntrusiveRefCntPtr<LangOptions> clang::CompilerInvocationBase::LangOpts [protected]

Options controlling the language variant.

Definition at line 51 of file CompilerInvocation.h.

Referenced by getLangOpts().


The documentation for this class was generated from the following files: