Lines Matching refs:global_scope
1169 (new global_scope(const_cast<translation_unit*>(this)));
8175 /// Constructor of the @ref global_scope type.
8178 global_scope::global_scope(translation_unit *tu)
8196 const global_scope*
8199 if (const global_scope* s = dynamic_cast<const global_scope*>(&decl))
8203 while (scope && !dynamic_cast<global_scope*>(scope))
8206 return scope ? dynamic_cast<global_scope*> (scope) : 0;
8215 const global_scope*
8225 const global_scope*
9668 {return !!dynamic_cast<const global_scope*>(&scope);}
9674 /// @return the @ref global_scope* representing the scope @p scope or
9676 const global_scope*
9678 {return dynamic_cast<const global_scope*>(scope);}
13932 global_scope::~global_scope()