Home
last modified time | relevance | path

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

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