Home
last modified time | relevance | path

Searched refs:lookupByName (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/idlc/source/
H A Dastscope.cxx122 AstDeclaration* AstScope::lookupByName(const OString& scopedName) in lookupByName() function in AstScope
142 pDecl = lookupByName(subName); in lookupByName()
147 pDecl = pScope->lookupByName(scopedName); in lookupByName()
167 pDecl = pScope->lookupByName(scopedName); in lookupByName()
205 pDecl = pScope->lookupByName(scopedName); in lookupByName()
H A Dparser.y153 AstDeclaration * decl = ifc->lookupByName(name);
596 if ( pDecl = pScope->lookupByName(pForward->getScopedName()) )
637 (pDecl = pScope->lookupByName(pInterface->getScopedName())) )
1555 if ( pScope && (type = pScope->lookupByName(*$1)) ) {
1735 pDecl = pScope->lookupByName(*iter);
1780 pDecl = pScope->lookupByName(*iter);
1827 pDecl = pScope->lookupByName(*iter);
1869 pDecl = pScope->lookupByName(*iter);
1968 AstDeclaration * decl = scope->lookupByName(*$2);
2076 AstDeclaration * decl = scope->lookupByName(*$2);
[all …]
H A Dfehelper.cxx115 AstDeclaration* pDecl = pScope->lookupByName(*pInherits); in initializeInherits()
H A Dastunion.cxx233 AstDeclaration* pDecl = pEnum->lookupByName(*pExpr->getSymbolicName()); in lookupEnum()
H A Dastexpression.cxx1094 pDecl = pScope->lookupByName(*m_pSymbolicName); in eval_symbol()
/aoo41x/main/idlc/inc/idlc/
H A Dastscope.hxx52 AstDeclaration* lookupByName(const ::rtl::OString& scopedName);

Completed in 39 milliseconds