Searched refs:lookupByName (Results 1 – 6 of 6) sorted by relevance
122 AstDeclaration* AstScope::lookupByName(const OString& scopedName) in lookupByName() function in AstScope142 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()
153 AstDeclaration * decl = ifc->lookupByName(name); in addInheritedInterface()192 AstDeclaration * decl = idlc()->scopes()->topNonNull()->lookupByName( in createNamedType()596 if ( pDecl = pScope->lookupByName(pForward->getScopedName()) ) 637 (pDecl = pScope->lookupByName(pInterface->getScopedName())) ) 1262 AstDeclaration * decl = idlc()->scopes()->nextToTop()->lookupByName(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);[all …]
115 AstDeclaration* pDecl = pScope->lookupByName(*pInherits); in initializeInherits()
233 AstDeclaration* pDecl = pEnum->lookupByName(*pExpr->getSymbolicName()); in lookupEnum()
1094 pDecl = pScope->lookupByName(*m_pSymbolicName); in eval_symbol()
52 AstDeclaration* lookupByName(const ::rtl::OString& scopedName);