Lines Matching refs:AstScope
45 AstScope::AstScope(NodeType nodeType) in AstScope() function in AstScope
51 AstScope::~AstScope() in ~AstScope()
56 AstDeclaration* AstScope::addDeclaration(AstDeclaration* pDecl) in addDeclaration()
105 sal_uInt16 AstScope::getNodeCount(NodeType nodeType) in getNodeCount()
122 AstDeclaration* AstScope::lookupByName(const OString& scopedName) in lookupByName()
125 AstScope* pScope = NULL; in lookupByName()
217 AstDeclaration* AstScope::lookupByNameLocal(const OString& name) const in lookupByNameLocal()
233 AstDeclaration* AstScope::lookupInInherited(const OString& scopedName) const in lookupInInherited()
266 AstDeclaration* AstScope::lookupPrimitiveType(ExprType type) in lookupPrimitiveType()
269 AstScope* pScope = NULL; in lookupPrimitiveType()
344 AstDeclaration* AstScope::lookupForAdd(AstDeclaration* pDecl) in lookupForAdd()