HomeSort by: relevance | last modified time | path
    Searched refs:CXEvalResult (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 5979 typedef void *CXEvalResult;
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);
6029 * instead call clang_EvalResult_dispose on the CXEvalResult returned
6032 CINDEX_LINKAGE const char *clang_EvalResult_getAsStr(CXEvalResult E)
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 3883 void clang_EvalResult_dispose(CXEvalResult E) {
3887 CXEvalResultKind clang_EvalResult_getKind(CXEvalResult E) {
3894 int clang_EvalResult_getAsInt(CXEvalResult E) {
3898 long long clang_EvalResult_getAsLongLong(CXEvalResult E) {
3908 unsigned clang_EvalResult_isUnsignedInt(CXEvalResult E) {
3912 unsigned long long clang_EvalResult_getAsUnsigned(CXEvalResult E) {
3923 double clang_EvalResult_getAsDouble(CXEvalResult E) {
3930 const char *clang_EvalResult_getAsStr(CXEvalResult E) {
4107 CXEvalResult clang_Cursor_Evaluate(CXCursor C) {
4116 return const_cast<CXEvalResult>(
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 2984 static void display_evaluate_results(CXEvalResult result) {
3033 CXEvalResult ER;

Completed in 65 milliseconds