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

Method GetChildOrNull

shadercompiler/ASTNode.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110ASTNode* ASTNode::GetChildOrNull( size_t index ) const
111{
112 return index < m_children.size() ? m_children[index] : nullptr;
113}
114
115std::vector<ASTNode*>& ASTNode::GetChildren()
116{

Callers 15

LookupFunctionMethod · 0.80
OutputHLSL.cppFile · 0.80
MulIntrinsicTypeFunction · 0.80
TransposeIntrinsicTypeFunction · 0.80
TypeSameAsArgFunction · 0.80
DimSameAsArgFunction · 0.80
PatchSemanticsFunction · 0.80
PatchShaderFunction · 0.80
CompileEffectMethod · 0.80
ProcessReflectionFunction · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected