Searched refs:clang_EvalResult_getAsInt (Results 1 – 9 of 9) sorted by relevance
336 clang_EvalResult_getAsInt
3494 int clang_EvalResult_getAsInt(CXEvalResult E) { in clang_EvalResult_getAsInt() function
373 clang_EvalResult_getAsInt
3853 int clang_EvalResult_getAsInt(CXEvalResult E) { in clang_EvalResult_getAsInt() function
5236 CINDEX_LINKAGE int clang_EvalResult_getAsInt(CXEvalResult E);
2002 return Some(unsafe { clang_EvalResult_getAsInt(self.x) } as i64); in as_int()
5978 CINDEX_LINKAGE int clang_EvalResult_getAsInt(CXEvalResult E);
1824 pub fn clang_EvalResult_getAsInt(result: CXEvalResult) -> c_int;
2462 int val = clang_EvalResult_getAsInt(result); in display_evaluate_results()