ΒΆlong long clang_EvalResult_getAsLongLong(
    CXEvalResult E)

Description

Returns the evaluation result as a long long integer if the kind is Int. This prevents overflows that may happen if the result is returned with clang_EvalResult_getAsInt.

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

Parameters

CXEvalResult E