Lines Matching refs:lookupByName
153 AstDeclaration * decl = ifc->lookupByName(name);
192 AstDeclaration * decl = idlc()->scopes()->topNonNull()->lookupByName(
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);
1968 AstDeclaration * decl = scope->lookupByName(*$2);
2076 AstDeclaration * decl = scope->lookupByName(*$2);
3067 if ( pScope && (pDecl = pScope->lookupByName(*$1)) )