Searched refs:scopeAsDecl (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/idlc/source/ |
H A D | astscope.cxx | 97 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 D | parser.y | 185 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 D | astdeclaration.cxx | 61 AstDeclaration* pDecl = scopeAsDecl(m_pScope); in AstDeclaration() 165 return scopeAsDecl(m_pScope)->hasAncestor(pDecl); in hasAncestor()
|
H A D | idlc.cxx | 48 AstDeclaration* SAL_CALL scopeAsDecl(AstScope* pScope) in scopeAsDecl() function
|
/aoo42x/main/idlc/inc/idlc/ |
H A D | idlctypes.hxx | 77 AstDeclaration* SAL_CALL scopeAsDecl(AstScope* pScope);
|
Completed in 33 milliseconds