Home
last modified time | relevance | path

Searched refs:CXStoredDiagnostic (Results 1 – 6 of 6) sorted by relevance

/external/clang/tools/libclang/
DCXStoredDiagnostic.cpp30 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()
DCIndexDiagnostic.h112 struct CXStoredDiagnostic : public CXDiagnosticImpl { struct
116 CXStoredDiagnostic(const StoredDiagnostic &Diag, in CXStoredDiagnostic() argument
121 virtual ~CXStoredDiagnostic() {} in ~CXStoredDiagnostic() argument
DCMakeLists.txt29 CXStoredDiagnostic.cpp
DCIndexDiagnostic.cpp106 CXStoredDiagnostic *CD = new CXStoredDiagnostic(*SD, LangOpts); in beginDiagnostic()
DCIndexCodeCompletion.cpp875 return new CXStoredDiagnostic(Results->Diagnostics[Index], Results->LangOpts); in clang_codeCompleteGetDiagnostic()
DCIndex.cpp6484 CXStoredDiagnostic Diag(*D, Unit->getASTContext().getLangOpts()); in printDiagsToStderr()