GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
compile_scope Class Reference

#include "compile-cplus.h"

Inheritance diagram for compile_scope:

Public Member Functions

 compile_scope ()
 
gcc_type nested_type ()
 

Private Attributes

friend compile_cplus_instance
 
gcc_type m_nested_type
 
bool m_pushed
 

Detailed Description

Definition at line 60 of file compile-cplus.h.

Constructor & Destructor Documentation

◆ compile_scope()

compile_scope::compile_scope ( )
inline

Definition at line 73 of file compile-cplus.h.

Member Function Documentation

◆ nested_type()

gcc_type compile_scope::nested_type ( )
inline

Member Data Documentation

◆ compile_cplus_instance

friend compile_scope::compile_cplus_instance
private

Definition at line 89 of file compile-cplus.h.

◆ m_nested_type

gcc_type compile_scope::m_nested_type
private

Definition at line 93 of file compile-cplus.h.

Referenced by nested_type().

◆ m_pushed

bool compile_scope::m_pushed
private

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