ΒΆCXEvalResult clang_Cursor_Evaluate(CXCursor C)

Description

If cursor is a statement declaration tries to evaluate the statement and if its variable, tries to evaluate its initializer, into its corresponding type. If it's an expression, tries to evaluate the expression.

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

Parameters

CXCursor C