Searched refs:lookupByNameLocal (Results 1 – 2 of 2) sorted by relevance
156 pDecl = lookupByNameLocal(firstScope); in lookupByName()190 pDecl = pScope->lookupByNameLocal(scopedName.getToken(nOffset, ':', i )); in lookupByName()217 AstDeclaration* AstScope::lookupByNameLocal(const OString& name) const in lookupByNameLocal() function in AstScope254 AstDeclaration* pDecl = resolved->lookupByNameLocal(scopedName); in lookupInInherited()331 pDecl = lookupByNameLocal(typeName); in lookupPrimitiveType()349 AstDeclaration* pRetDecl = lookupByNameLocal(pDecl->getLocalName()); in lookupForAdd()
54 AstDeclaration* lookupByNameLocal(const ::rtl::OString& name) const;
Completed in 18 milliseconds