Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemExtensionCall.java60 ElemExtensionDecl m_decl = null; field in ElemExtensionCall
95 m_decl = getElemExtensionDecl(sroot, m_extns); in compose()
98 if (m_decl == null) in compose()
/external/lldb/source/Symbol/
DType.cpp98 m_decl (decl), in Type()
115 m_decl (), in Type()
133 m_decl (rhs.m_decl), in Type()
173 m_decl.Dump(s, show_fullpaths); in GetDescription()
221 m_decl.Dump (s,show_fullpaths); in Dump()
485 return m_decl; in GetDeclaration()
/external/lldb/include/lldb/Symbol/
DType.h292 Declaration m_decl; variable