ΒΆstd::string getVariableName(
    const clang::FieldDecl* Field)

Description

Returns with Field's name. This is a helper function to get the correct name even if Field is a captured lambda variable.

Declared at: clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObject.h:150

Parameters

const clang::FieldDecl* Field