Searched refs:enclosingNode (Results 1 – 2 of 2) sorted by relevance
203 ASTNode enclosingNode = typeDeclaration.getParent(); in findEnclosingTypeDeclaration() local204 return enclosingNode instanceof AbstractTypeDeclaration in findEnclosingTypeDeclaration()205 ? (AbstractTypeDeclaration) enclosingNode : null; in findEnclosingTypeDeclaration()
237 …Node (NodeType type, const SharedPtr& enclosingNode) : m_type(type), m_enclosingNode(enclosingN… in Node() argument263 Shader (const SharedPtr& enclosingNode, glu::ShaderType type, glu::GLSLVersion version) in Shader() argument264 : Node (TYPE_SHADER, enclosingNode) in Shader()268 DE_ASSERT(enclosingNode->getType() == TYPE_PROGRAM); in Shader()