Searched refs:CXEvalResult (Results 1 – 3 of 3) sorted by relevance
5218 typedef void * CXEvalResult; typedef5225 CINDEX_LINKAGE CXEvalResult clang_Cursor_Evaluate(CXCursor C);5230 CINDEX_LINKAGE CXEvalResultKind clang_EvalResult_getKind(CXEvalResult E);5236 CINDEX_LINKAGE int clang_EvalResult_getAsInt(CXEvalResult E);5242 CINDEX_LINKAGE double clang_EvalResult_getAsDouble(CXEvalResult E);5250 CINDEX_LINKAGE const char* clang_EvalResult_getAsStr(CXEvalResult E);5255 CINDEX_LINKAGE void clang_EvalResult_dispose(CXEvalResult E);
3483 void clang_EvalResult_dispose(CXEvalResult E) { in clang_EvalResult_dispose()3487 CXEvalResultKind clang_EvalResult_getKind(CXEvalResult E) { in clang_EvalResult_getKind()3494 int clang_EvalResult_getAsInt(CXEvalResult E) { in clang_EvalResult_getAsInt()3501 double clang_EvalResult_getAsDouble(CXEvalResult E) { in clang_EvalResult_getAsDouble()3508 const char* clang_EvalResult_getAsStr(CXEvalResult E) { in clang_EvalResult_getAsStr()3655 CXEvalResult clang_Cursor_Evaluate(CXCursor C) { in clang_Cursor_Evaluate()3665 return const_cast<CXEvalResult>(reinterpret_cast<const void *>( in clang_Cursor_Evaluate()3679 return const_cast<CXEvalResult>( in clang_Cursor_Evaluate()
2458 static void display_evaluate_results(CXEvalResult result) { in display_evaluate_results()2501 CXEvalResult ER; in inspect_evaluate_cursor()