Lines Matching refs:Result
64 /// \brief The result of comparing two source ranges.
126 CXSourceRange Result = { { (void *)&SM, (void *)&LangOpts },
129 return Result;
2311 bool result = RunVisitorWorkList(*WL);
2313 return result;
2409 CXTranslationUnit result;
2421 PTUI->result = 0;
2547 PTUI->result = MakeCXTranslationUnit(Unit.take());
2584 PrintLibclangResourceUsage(PTUI.result);
2587 return PTUI.result;
2599 CXSaveError result = static_cast<ASTUnit *>(TU->TUData)->Save(FileName);
2602 return result;
2627 int result;
2638 RTUI->result = 1;
2663 RTUI->result = 0;
2681 return RTUI.result;
2694 CXCursor Result = { CXCursor_TranslationUnit, { 0, 0, TU } };
2695 return Result;
2706 CXSourceLocation Result = { { 0, 0 }, 0 };
2707 return Result;
2764 CXSourceRange Result = { { 0, 0 }, 0, 0 };
2765 return Result;
2773 CXSourceRange Result = { { begin.ptr_data[0], begin.ptr_data[1] },
2775 return Result;
2869 CXSourceLocation Result = { { range.ptr_data[0], range.ptr_data[1] },
2871 return Result;
2875 CXSourceLocation Result = { { range.ptr_data[0], range.ptr_data[1] },
2877 return Result;
3467 CXCursor Result = MakeCXCursorInvalid(CXCursor_NoDeclFound);
3472 GetCursorData ResultData(SLoc, Result);
3485 const char *IsDef = clang_isCursorDefinition(Result)? " (Definition)" : "";
3486 CXSourceLocation ResultLoc = clang_getCursorLocation(Result);
3494 KindSpelling = clang_getCursorKindSpelling(Result.kind);
3495 USR = clang_getCursorUSR(Result);
3506 CXCursor Definition = clang_getCursorDefinition(Result);
3525 return Result;