Home
last modified time | relevance | path

Searched refs:CXEvalResult (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h5979 typedef void *CXEvalResult; typedef
5987 CINDEX_LINKAGE CXEvalResult clang_Cursor_Evaluate(CXCursor C);
5992 CINDEX_LINKAGE CXEvalResultKind clang_EvalResult_getKind(CXEvalResult E);
5998 CINDEX_LINKAGE int clang_EvalResult_getAsInt(CXEvalResult E);
6005 CINDEX_LINKAGE long long clang_EvalResult_getAsLongLong(CXEvalResult E);
6011 CINDEX_LINKAGE unsigned clang_EvalResult_isUnsignedInt(CXEvalResult E);
6018 clang_EvalResult_getAsUnsigned(CXEvalResult E);
6024 CINDEX_LINKAGE double clang_EvalResult_getAsDouble(CXEvalResult E);
6032 CINDEX_LINKAGE const char *clang_EvalResult_getAsStr(CXEvalResult E);
6037 CINDEX_LINKAGE void clang_EvalResult_dispose(CXEvalResult E);
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp3883 void clang_EvalResult_dispose(CXEvalResult E) { in clang_EvalResult_dispose()
3887 CXEvalResultKind clang_EvalResult_getKind(CXEvalResult E) { in clang_EvalResult_getKind()
3894 int clang_EvalResult_getAsInt(CXEvalResult E) { in clang_EvalResult_getAsInt()
3898 long long clang_EvalResult_getAsLongLong(CXEvalResult E) { in clang_EvalResult_getAsLongLong()
3908 unsigned clang_EvalResult_isUnsignedInt(CXEvalResult E) { in clang_EvalResult_isUnsignedInt()
3912 unsigned long long clang_EvalResult_getAsUnsigned(CXEvalResult E) { in clang_EvalResult_getAsUnsigned()
3923 double clang_EvalResult_getAsDouble(CXEvalResult E) { in clang_EvalResult_getAsDouble()
3930 const char *clang_EvalResult_getAsStr(CXEvalResult E) { in clang_EvalResult_getAsStr()
4107 CXEvalResult clang_Cursor_Evaluate(CXCursor C) { in clang_Cursor_Evaluate()
4116 return const_cast<CXEvalResult>( in clang_Cursor_Evaluate()
/netbsd/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2984 static void display_evaluate_results(CXEvalResult result) { in display_evaluate_results()
3033 CXEvalResult ER; in inspect_evaluate_cursor()