Lines Matching refs:AstDeclaration
56 AstDeclaration* AstScope::addDeclaration(AstDeclaration* pDecl) in addDeclaration()
58 AstDeclaration* pDeclaration = NULL; in addDeclaration()
109 AstDeclaration* pDecl = NULL; in getNodeCount()
122 AstDeclaration* AstScope::lookupByName(const OString& scopedName) in lookupByName()
124 AstDeclaration* pDecl = NULL; in lookupByName()
217 AstDeclaration* AstScope::lookupByNameLocal(const OString& name) const in lookupByNameLocal()
221 AstDeclaration* pDecl = NULL; in lookupByNameLocal()
233 AstDeclaration* AstScope::lookupInInherited(const OString& scopedName) const in lookupInInherited()
254 AstDeclaration* pDecl = resolved->lookupByNameLocal(scopedName); in lookupInInherited()
266 AstDeclaration* AstScope::lookupPrimitiveType(ExprType type) in lookupPrimitiveType()
268 AstDeclaration* pDecl = NULL; in lookupPrimitiveType()
344 AstDeclaration* AstScope::lookupForAdd(AstDeclaration* pDecl) in lookupForAdd()
349 AstDeclaration* pRetDecl = lookupByNameLocal(pDecl->getLocalName()); in lookupForAdd()