Home
last modified time | relevance | path

Searched refs:AstAttribute (Results 1 – 4 of 4) sorted by relevance

/trunk/main/idlc/inc/idlc/
H A Dastattribute.hxx34 class AstAttribute: public AstDeclaration, public AstScope { class
36 AstAttribute( in AstAttribute() function in AstAttribute
43AstAttribute(NodeType nodeType, sal_uInt32 flags, AstType const * pType, const ::rtl::OString& nam… in AstAttribute() function in AstAttribute
48 virtual ~AstAttribute() {} in ~AstAttribute()
/trunk/main/idlc/source/
H A Dastdump.cxx266 ((AstAttribute *)(*i))->dumpBlob( in dump()
354 sal_Bool AstAttribute::dumpBlob( in dumpBlob()
414 void AstAttribute::dumpExceptions( in dumpExceptions()
H A Dastinterface.cxx150 AstAttribute * attr = (AstAttribute *)(*i); in dump()
239 ((AstAttribute *)(*i))->dumpBlob( in dump()
H A Dparser.y803 AstAttribute * attr = new AstAttribute(
817 static_cast< AstAttribute * >(idlc()->scopes()->top())->setExceptions(
982 if (static_cast< AstAttribute * >(idlc()->scopes()->top())->
1642 AstAttribute* pAttr = NULL;
1684 pAttr = new AstAttribute(NT_property, $1, pType, pDecl->getName(), pScope);

Completed in 40 milliseconds