MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetChild

Method GetChild

shadercompiler/ASTNode.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105ASTNode* ASTNode::GetChild( size_t index ) const
106{
107 return m_children[index];
108}
109
110ASTNode* ASTNode::GetChildOrNull( size_t index ) const
111{

Callers 15

LookupFunctionMethod · 0.45
XSLChildFunction · 0.45
HasUsedDeclarationsFunction · 0.45
OutputHLSL.cppFile · 0.45
CommonArgTypeFunction · 0.45
CommonArgDimFunction · 0.45
FindParameterBySemanticsFunction · 0.45
FindOutputBySemanticsFunction · 0.45
PatchShaderFunction · 0.45
CompileEffectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected