Home
last modified time | relevance | path

Searched refs:scopeAsDecl (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/idlc/source/
H A Dastscope.cxx97 idlc()->error()->error2(EIDL_REDEF_SCOPE, scopeAsDecl(this), pDecl); in addDeclaration()
132 pDecl = scopeAsDecl(this); in lookupByName()
162 pDecl = scopeAsDecl(this); in lookupByName()
200 pDecl = scopeAsDecl(this); in lookupByName()
272 pDecl = scopeAsDecl(this); in lookupPrimitiveType()
H A Dparser.y185 EIDL_INTERFACEMEMBER_LOOKUP, name, scopeAsDecl(ifc));
604 idlc()->error()->error2(EIDL_REDEF_SCOPE, scopeAsDecl(pScope), pDecl);
655 pInterface, pForward, scopeAsDecl(pScope));
1751 lookupError(EIDL_INTERFACEMEMBER_LOOKUP, *iter, scopeAsDecl(pScope));
1794 lookupError(EIDL_SERVICEMEMBER_LOOKUP, *iter, scopeAsDecl(pScope));
1877 lookupError(EIDL_SERVICEMEMBER_LOOKUP, *iter, scopeAsDecl(pScope));
1975 EIDL_INTERFACEMEMBER_LOOKUP, *$2, scopeAsDecl(scope));
2083 EIDL_INTERFACEMEMBER_LOOKUP, *$2, scopeAsDecl(scope));
2231 || (scopeAsDecl(scope)->getScopedName()
2832 if (scope != 0 && includes(decl, scopeAsDecl(scope))) {
[all …]
H A Dastdeclaration.cxx61 AstDeclaration* pDecl = scopeAsDecl(m_pScope); in AstDeclaration()
165 return scopeAsDecl(m_pScope)->hasAncestor(pDecl); in hasAncestor()
H A Didlc.cxx48 AstDeclaration* SAL_CALL scopeAsDecl(AstScope* pScope) in scopeAsDecl() function
/aoo4110/main/idlc/inc/idlc/
H A Didlctypes.hxx77 AstDeclaration* SAL_CALL scopeAsDecl(AstScope* pScope);

Completed in 54 milliseconds