Lines Matching refs:pDecl
61 AstDeclaration* pDecl = scopeAsDecl(m_pScope); in AstDeclaration() local
62 if (pDecl) in AstDeclaration()
64 m_scopedName = pDecl->getScopedName(); in AstDeclaration()
159 sal_Bool AstDeclaration::hasAncestor(AstDeclaration* pDecl) in hasAncestor() argument
161 if (this == pDecl) in hasAncestor()
165 return scopeAsDecl(m_pScope)->hasAncestor(pDecl); in hasAncestor()
177 AstDeclaration* pDecl = NULL; in dump() local
180 pDecl = *iter; in dump()
181 if ( pDecl->isInMainfile() ) in dump()
183 switch ( pDecl->getNodeType() ) in dump()
195 bRet = pDecl->dump(rKey); in dump()