ΒΆconst char* clang_EvalResult_getAsStr(
    CXEvalResult E)

Description

Returns the evaluation result as a constant string if the kind is other than Int or float. User must not free this pointer, instead call clang_EvalResult_dispose on the CXEvalResult returned by clang_Cursor_Evaluate.

Declared at: clang/include/clang-c/Index.h:6099

Parameters

CXEvalResult E