Lines Matching refs:pExists
516 AstDeclaration* pExists = NULL; variable
521 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
1377 if( (pExists = pScope->lookupForAdd(pConstants)) )
1379 pExists->setInMainfile(idlc()->isInMainFile());
1381 pConstants = (AstConstants*)pExists;