Searched refs:lookupForAdd (Results 1 – 3 of 3) sorted by relevance
60 if ((pDeclaration = lookupForAdd(pDecl)) != NULL) in addDeclaration()344 AstDeclaration* AstScope::lookupForAdd(AstDeclaration* pDecl) in lookupForAdd() function in AstScope
521 if( (pExists = pScope->lookupForAdd(pModule)) )1377 if( (pExists = pScope->lookupForAdd(pConstants)) )
62 AstDeclaration* lookupForAdd(AstDeclaration* pDecl);
Completed in 28 milliseconds