Searched refs:AstException (Results 1 – 3 of 3) sorted by relevance
28 class AstException : public AstStruct class31 AstException(const ::rtl::OString& name, AstException* pBaseType, AstScope* pScope) in AstException() function in AstException35 virtual ~AstException() {} in ~AstException()
67 return (AstException*)(pScope); in scopeAsDecl()96 return (AstException*)(pDecl); in declAsScope()
1600 AstException* pExcept = NULL;1604 AstException* pBase = static_cast< AstException* >(1606 pExcept = new AstException(*$1->getName(), pBase, pScope);
Completed in 31 milliseconds