Searched refs:CXStoredDiagnostic (Results 1 – 6 of 6) sorted by relevance
30 CXDiagnosticSeverity CXStoredDiagnostic::getSeverity() const { in getSeverity()44 CXSourceLocation CXStoredDiagnostic::getLocation() const { in getLocation()52 CXString CXStoredDiagnostic::getSpelling() const { in getSpelling()56 CXString CXStoredDiagnostic::getDiagnosticOption(CXString *Disable) const { in getDiagnosticOption()74 unsigned CXStoredDiagnostic::getCategory() const { in getCategory()78 CXString CXStoredDiagnostic::getCategoryText() const { in getCategoryText()83 unsigned CXStoredDiagnostic::getNumRanges() const { in getNumRanges()90 CXSourceRange CXStoredDiagnostic::getRange(unsigned int Range) const { in getRange()97 unsigned CXStoredDiagnostic::getNumFixIts() const { in getNumFixIts()103 CXString CXStoredDiagnostic::getFixIt(unsigned FixIt, in getFixIt()
111 struct CXStoredDiagnostic : public CXDiagnosticImpl { struct115 CXStoredDiagnostic(const StoredDiagnostic &Diag, in CXStoredDiagnostic() argument120 ~CXStoredDiagnostic() override {} in ~CXStoredDiagnostic() argument
107 auto Owner = llvm::make_unique<CXStoredDiagnostic>(*SD, LangOpts); in beginDiagnostic()108 CXStoredDiagnostic &CD = *Owner; in beginDiagnostic()
259 SmallVector<CXStoredDiagnostic *, 8> DiagnosticsWrappers;868 CXStoredDiagnostic *Diag = Results->DiagnosticsWrappers[Index]; in clang_codeCompleteGetDiagnostic()871 new CXStoredDiagnostic(Results->Diagnostics[Index], Results->LangOpts); in clang_codeCompleteGetDiagnostic()
18 CXStoredDiagnostic.cpp
7819 CXStoredDiagnostic Diag(*D, Unit->getLangOpts()); in printDiagsToStderr()