Home
last modified time | relevance | path

Searched refs:getScopedName (Results 1 – 11 of 11) sorted by relevance

/aoo4110/main/idlc/source/
H A Dastinterface.cxx129 getScopedName().getStr()); in dump()
162 getScopedName().getStr()); in dump()
179 getScopedName().getStr()); in dump()
274 || seenInterfaces.insert(ifc->getScopedName()).second) in checkInheritedInterfaceClashes()
277 m_visibleInterfaces.find(ifc->getScopedName())); in checkInheritedInterfaceClashes()
333 if (i->second.mandatory->getScopedName() != member->getScopedName()) in checkMemberClashes()
345 if (j->second->getScopedName() != member->getScopedName()) { in checkMemberClashes()
364 VisibleInterfaces::value_type(ifc->getScopedName(), kind))); in addVisibleInterface()
400 VisibleMember::Optionals::value_type(ifc->getScopedName(), *i)); in addOptionalVisibleMembers()
418 getScopedName().getStr(), sort); in increment()
H A Derrorhandler.cxx528 fprintf(stderr, "'%s'\n", d->getScopedName().getStr()); in error1()
536 fprintf(stderr, "'%s', '%s'\n", d1->getScopedName().getStr(), in error2()
537 d2->getScopedName().getStr()); in error2()
544 fprintf(stderr, "'%s', '%s', '%s'\n", d1->getScopedName().getStr(), in error3()
545 d2->getScopedName().getStr(), d3->getScopedName().getStr()); in error3()
601 fprintf(stderr, "'%s'\n", pDecl->getScopedName().getStr()); in noTypeError()
633 name->getStr(), pDecl->getScopedName().getStr()); in inheritanceError()
639 pDecl->getScopedName().getStr()); in inheritanceError()
649 pForward->getScopedName().getStr(), name.getStr()); in forwardLookupError()
657 fprintf(stderr, "'%s' is bound to '%s'\n", name.getStr(), pDecl->getScopedName().getStr()); in constantExpected()
H A Daststructinstance.cxx40 rtl::OStringBuffer buf(typeTemplate->getScopedName()); in createName()
50 buf.append((*i)->getScopedName()); in createName()
H A Dastservice.cxx56 if (r1 != r2 || t1->getScopedName() != t2->getScopedName()) in checkLastConstructor()
H A Dparser.y159 NT_interface, &ifc->getScopedName(), decl);
596 if ( pDecl = pScope->lookupByName(pForward->getScopedName()) )
637 (pDecl = pScope->lookupByName(pInterface->getScopedName())) )
652 if ( pForward->getScopedName() != pInterface->getScopedName() )
675 pForward->getScopedName() == "com::sun::star::uno::XInterface")
708 && ifc->getScopedName() != "com::sun::star::uno::XInterface")
2231 || (scopeAsDecl(scope)->getScopedName()
H A Dastarray.cxx54 OString name(m_pType->getScopedName()); in makeName()
H A Dastdeclaration.cxx64 m_scopedName = pDecl->getScopedName(); in AstDeclaration()
H A Daststruct.cxx105 getScopedName().getStr()); in dump()
H A Dastunion.cxx291 getDiscrimantType()->getScopedName(), RTL_TEXTENCODING_UTF8)); in dump()
/aoo4110/main/idlc/inc/idlc/
H A Dastsequence.hxx32 : AstType(NT_sequence, ::rtl::OString("[]")+pMemberType->getScopedName(), pScope) in AstSequence()
H A Dastdeclaration.hxx78 const ::rtl::OString& getScopedName() const in getScopedName() function in AstDeclaration

Completed in 73 milliseconds