Searched refs:pExists (Results 1 – 1 of 1) sorted by relevance
516 AstDeclaration* pExists = NULL; variable521 if( (pExists = pScope->lookupForAdd(pModule)) )523 pExists->setInMainfile(idlc()->isInMainFile());524 pExists->setFileName(pModule->getFileName());525 if (pExists->isPredefined())527 pExists->setPredefined(false);528 if (pExists->getDocumentation().getLength() == 0 &&531 pExists->setDocumentation(pModule->getDocumentation());535 pModule = (AstModule*)pExists;1372 AstDeclaration* pExists = NULL; variable[all …]