getRetainedNodeScope overloads
Synopses
Declared in <llvm/IR/DebugInfoMetadata.h>
Return the retained node scope.
static
DILocalScope*
getRetainedNodeScope(MDNode* N);
Returns the scope of subprogram's retainedNodes.
static
DILocalScope const*
getRetainedNodeScope(MDNode const* N);
Return Value
-
The retained node scope.
-
The scope of subprogram's retainedNodes.
Parameters
Name |
Description |
N |
Count, index, or node being visited. |
Created with MrDocs