Home
last modified time | relevance | path

Searched refs:AstOperation (Results 1 – 7 of 7) sorted by relevance

/trunk/main/idlc/source/
H A Didlc.cxx65 return (AstOperation*)(pScope); in scopeAsDecl()
104 return (AstOperation*)(pDecl); in declAsScope()
139 AstOperation* pOp = new AstOperation(0, (AstType*)(pRoot->lookupPrimitiveType(ET_any)), in predefineXInterface()
148 pOp = new AstOperation(1, (AstType*)(pRoot->lookupPrimitiveType(ET_void)), in predefineXInterface()
153 pOp = new AstOperation(1, (AstType*)(pRoot->lookupPrimitiveType(ET_void)), in predefineXInterface()
H A Dastservice.cxx35 AstOperation const * last = static_cast< AstOperation const * >(getLast()); in checkLastConstructor()
40 AstOperation const * ctor = static_cast< AstOperation * >(*i); in checkLastConstructor()
H A Dastoperation.cxx36 void AstOperation::setExceptions(DeclList const * pExceptions) in setExceptions()
46 bool AstOperation::isVariadic() const { in isVariadic()
52 sal_Bool AstOperation::dumpBlob(typereg::Writer & rBlob, sal_uInt16 index) in dumpBlob()
136 AstDeclaration* AstOperation::addDeclaration(AstDeclaration* pDecl) in addDeclaration()
H A Dparser.y1010 AstOperation* pOp = NULL;
1024 pOp = new AstOperation($1, pType, *$4, pScope);
1056 AstOperation* pOp = NULL;
1062 pOp = (AstOperation*)pScope;
1132 AstOperation * pScope = static_cast< AstOperation * >(
2009 AstOperation * ctor = new AstOperation(OP_NONE, 0, *$1, scope);
2019 static_cast< AstOperation * >(idlc()->scopes()->top())->setExceptions(
H A Dastdump.cxx260 ((AstOperation *)(*i))->dumpBlob( in dump()
H A Dastinterface.cxx245 ((AstOperation *)(*i))->dumpBlob(aBlob, methodIndex++); in dump()
/trunk/main/idlc/inc/idlc/
H A Dastoperation.hxx36 class AstOperation : public AstDeclaration class
40 AstOperation(sal_uInt32 flags, AstType* pReturnType, const ::rtl::OString& name, AstScope* pScope) in AstOperation() function in AstOperation
46 virtual ~AstOperation() {} in ~AstOperation()

Completed in 40 milliseconds