Home
last modified time | relevance | path

Searched refs:AstException (Results 1 – 3 of 3) sorted by relevance

/trunk/main/idlc/inc/idlc/
H A Dastexception.hxx28 class AstException : public AstStruct class
31 AstException(const ::rtl::OString& name, AstException* pBaseType, AstScope* pScope) in AstException() function in AstException
35 virtual ~AstException() {} in ~AstException()
/trunk/main/idlc/source/
H A Didlc.cxx67 return (AstException*)(pScope); in scopeAsDecl()
96 return (AstException*)(pDecl); in declAsScope()
H A Dparser.y1600 AstException* pExcept = NULL;
1604 AstException* pBase = static_cast< AstException* >(
1606 pExcept = new AstException(*$1->getName(), pBase, pScope);

Completed in 165 milliseconds