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()
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()
DCIndexDiagnostic.h111 struct CXStoredDiagnostic : public CXDiagnosticImpl { struct
115 CXStoredDiagnostic(const StoredDiagnostic &Diag, in CXStoredDiagnostic() function
120 ~CXStoredDiagnostic() override {} in ~CXStoredDiagnostic() argument
DCIndexDiagnostic.cpp107 auto Owner = llvm::make_unique<CXStoredDiagnostic>(*SD, LangOpts); in beginDiagnostic()
108 CXStoredDiagnostic &CD = *Owner; in beginDiagnostic()
DCIndexCodeCompletion.cpp259 SmallVector<CXStoredDiagnostic *, 8> DiagnosticsWrappers;
868 CXStoredDiagnostic *Diag = Results->DiagnosticsWrappers[Index]; in clang_codeCompleteGetDiagnostic()
871 new CXStoredDiagnostic(Results->Diagnostics[Index], Results->LangOpts); in clang_codeCompleteGetDiagnostic()
DCMakeLists.txt18 CXStoredDiagnostic.cpp
DCIndex.cpp7819 CXStoredDiagnostic Diag(*D, Unit->getLangOpts()); in printDiagsToStderr()