Searched refs:m_pScope (Results 1 – 4 of 4) sorted by relevance
52 , m_pScope(pScope) in AstDeclaration()59 if ( m_pScope ) in AstDeclaration()61 AstDeclaration* pDecl = scopeAsDecl(m_pScope); in AstDeclaration()163 if ( !m_pScope ) in hasAncestor()165 return scopeAsDecl(m_pScope)->hasAncestor(pDecl); in hasAncestor()
880 m_pScope = idlc()->scopes()->depth() > 0 ? idlc()->scopes()->top() : NULL; in fillDefinitionDetails()
85 { return m_pScope; } in getScope()87 { m_pScope = pSc; } in setScope()131 AstScope* m_pScope; member in AstDeclaration
115 { return m_pScope; } in getScope()117 { m_pScope = pScope; } in setScope()170 AstScope* m_pScope; // scope defined in member in AstExpression
Completed in 54 milliseconds