ROSE
0.9.6a
|
#include <rose_attributes_list.h>
Public Member Functions | |
std::string | get_expanded_string () |
rose_macro_call () | |
Public Attributes | |
bool | is_functionlike |
PreprocessingInfo * | macro_def |
token_type | macro_call |
token_container_container | arguments |
token_container | expanded_macro |
Definition at line 305 of file rose_attributes_list.h.
PreprocessingInfo::rose_macro_call::rose_macro_call | ( | ) |
std::string PreprocessingInfo::rose_macro_call::get_expanded_string | ( | ) |
bool PreprocessingInfo::rose_macro_call::is_functionlike |
Definition at line 307 of file rose_attributes_list.h.
Referenced by AttributeListMap::expanding_function_like_macro(), and AttributeListMap::expanding_object_like_macro().
PreprocessingInfo* PreprocessingInfo::rose_macro_call::macro_def |
Definition at line 308 of file rose_attributes_list.h.
Referenced by AttributeListMap::expanding_function_like_macro(), and AttributeListMap::expanding_object_like_macro().
token_type PreprocessingInfo::rose_macro_call::macro_call |
Definition at line 309 of file rose_attributes_list.h.
Referenced by AttributeListMap::expanding_function_like_macro(), AttributeListMap::expanding_object_like_macro(), and AttributeListMap::rescanned_macro().
token_container_container PreprocessingInfo::rose_macro_call::arguments |
Definition at line 310 of file rose_attributes_list.h.
Referenced by AttributeListMap::expanding_function_like_macro().
token_container PreprocessingInfo::rose_macro_call::expanded_macro |
Definition at line 311 of file rose_attributes_list.h.
Referenced by AttributeListMap::rescanned_macro().