Home
last modified time | relevance | path

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

/AOO41X/main/idlc/source/
H A Dparser.y1371 AstConstants* pConstants = NULL; variable
1376 pConstants = new AstConstants(*$3, pScope);
1377 if( (pExists = pScope->lookupForAdd(pConstants)) )
1380 delete(pConstants);
1381 pConstants = (AstConstants*)pExists;
1384 pScope->addDeclaration(pConstants);
1386 idlc()->scopes()->push(pConstants);