Searched refs:CXStoredDiagnostic (Results 1 – 6 of 6) sorted by relevance
31 CXDiagnosticSeverity CXStoredDiagnostic::getSeverity() const { in getSeverity()43 CXSourceLocation CXStoredDiagnostic::getLocation() const { in getLocation()51 CXString CXStoredDiagnostic::getSpelling() const { in getSpelling()55 CXString CXStoredDiagnostic::getDiagnosticOption(CXString *Disable) const { in getDiagnosticOption()73 unsigned CXStoredDiagnostic::getCategory() const { in getCategory()77 CXString CXStoredDiagnostic::getCategoryText() const { in getCategoryText()82 unsigned CXStoredDiagnostic::getNumRanges() const { in getNumRanges()89 CXSourceRange CXStoredDiagnostic::getRange(unsigned int Range) const { in getRange()96 unsigned CXStoredDiagnostic::getNumFixIts() const { in getNumFixIts()102 CXString CXStoredDiagnostic::getFixIt(unsigned FixIt, in getFixIt()
112 struct CXStoredDiagnostic : public CXDiagnosticImpl { struct116 CXStoredDiagnostic(const StoredDiagnostic &Diag, in CXStoredDiagnostic() function121 virtual ~CXStoredDiagnostic() {} in ~CXStoredDiagnostic() argument
28 CXStoredDiagnostic.cpp
107 CXStoredDiagnostic *CD = new CXStoredDiagnostic(*SD, LangOpts); in beginDiagnostic()
866 return new CXStoredDiagnostic(Results->Diagnostics[Index], Results->LangOpts); in clang_codeCompleteGetDiagnostic()
6078 CXStoredDiagnostic Diag(*D, Unit->getASTContext().getLangOpts()); in printDiagsToStderr()