Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alecazam/kram
/ IsMemberFunction
Method
IsMemberFunction
hlslparser/src/HLSLTree.h:472–472 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
470
HLSLFunction* forward = NULL; // Which HLSLFunction this one forward-declares
471
472
bool IsMemberFunction() const { return memberType != HLSLBaseType_Unknown; }
473
};
474
475
/// Declaration of an argument to a function.
Callers
1
MatchFunctionCall
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected