Lines Matching refs:AstModule
59 return (AstModule*)(pScope); in scopeAsDecl()
92 return (AstModule*)(pDecl); in declAsScope()
110 static void SAL_CALL predefineXInterface(AstModule* pRoot) in predefineXInterface()
113 AstModule* pParentScope = pRoot; in predefineXInterface()
114 AstModule* pModule = new AstModule(OString("com"), pParentScope); in predefineXInterface()
118 pModule = new AstModule(OString("sun"), pParentScope); in predefineXInterface()
122 pModule = new AstModule(OString("star"), pParentScope); in predefineXInterface()
126 pModule = new AstModule(OString("uno"), pParentScope); in predefineXInterface()
158 static void SAL_CALL initializePredefinedTypes(AstModule* pRoot) in initializePredefinedTypes()
242 m_pRoot = new AstModule(NT_root, OString(), NULL); in init()
270 m_pRoot = new AstModule(NT_root, OString(), NULL); in reset()