Home
last modified time | relevance | path

Searched refs:pExists (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/idlc/source/
H A Dparser.y516 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
[all …]