Searched refs:AstAttribute (Results 1 – 4 of 4) sorted by relevance
34 class AstAttribute: public AstDeclaration, public AstScope { class36 AstAttribute( in AstAttribute() function in AstAttribute43 …AstAttribute(NodeType nodeType, sal_uInt32 flags, AstType const * pType, const ::rtl::OString& nam… in AstAttribute() function in AstAttribute48 virtual ~AstAttribute() {} in ~AstAttribute()
150 AstAttribute * attr = (AstAttribute *)(*i); in dump()239 ((AstAttribute *)(*i))->dumpBlob( in dump()
266 ((AstAttribute *)(*i))->dumpBlob( in dump()354 sal_Bool AstAttribute::dumpBlob( in dumpBlob()414 void AstAttribute::dumpExceptions( in dumpExceptions()
803 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 33 milliseconds