Searched refs:CXStoredDiagnostic (Results 1 – 6 of 6) sorted by relevance
30 CXDiagnosticSeverity CXStoredDiagnostic::getSeverity() const { in getSeverity()42 CXSourceLocation CXStoredDiagnostic::getLocation() const { in getLocation()50 CXString CXStoredDiagnostic::getSpelling() const { in getSpelling()54 CXString CXStoredDiagnostic::getDiagnosticOption(CXString *Disable) const { in getDiagnosticOption()72 unsigned CXStoredDiagnostic::getCategory() const { in getCategory()76 CXString CXStoredDiagnostic::getCategoryText() const { in getCategoryText()81 unsigned CXStoredDiagnostic::getNumRanges() const { in getNumRanges()88 CXSourceRange CXStoredDiagnostic::getRange(unsigned int Range) const { in getRange()95 unsigned CXStoredDiagnostic::getNumFixIts() const { in getNumFixIts()101 CXString CXStoredDiagnostic::getFixIt(unsigned FixIt, in getFixIt()
112 struct CXStoredDiagnostic : public CXDiagnosticImpl { struct116 CXStoredDiagnostic(const StoredDiagnostic &Diag, in CXStoredDiagnostic() argument121 virtual ~CXStoredDiagnostic() {} in ~CXStoredDiagnostic() argument
29 CXStoredDiagnostic.cpp
106 CXStoredDiagnostic *CD = new CXStoredDiagnostic(*SD, LangOpts); in beginDiagnostic()
875 return new CXStoredDiagnostic(Results->Diagnostics[Index], Results->LangOpts); in clang_codeCompleteGetDiagnostic()
6484 CXStoredDiagnostic Diag(*D, Unit->getASTContext().getLangOpts()); in printDiagsToStderr()