Home | History | Annotate | Download | only in clang-c

Lines Matching refs:CXEvalResult

5218 typedef void * CXEvalResult;
5225 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);
5247 * instead call clang_EvalResult_dispose on the CXEvalResult returned
5250 CINDEX_LINKAGE const char* clang_EvalResult_getAsStr(CXEvalResult E);
5255 CINDEX_LINKAGE void clang_EvalResult_dispose(CXEvalResult E);