clang_EvalResult_getAsLongLong

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.

extern (C) @nogc @trusted nothrow pure
long
clang_EvalResult_getAsLongLong
()

Meta