Home
last modified time | relevance | path

Searched refs:CXStoredDiagnostic (Results 1 – 7 of 7) 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() argument
120 ~CXStoredDiagnostic() override {} in ~CXStoredDiagnostic() argument
DAndroid.mk35 CXStoredDiagnostic.cpp \
DCMakeLists.txt17 CXStoredDiagnostic.cpp
DCIndexDiagnostic.cpp107 auto Owner = llvm::make_unique<CXStoredDiagnostic>(*SD, LangOpts); in beginDiagnostic()
108 CXStoredDiagnostic &CD = *Owner; in beginDiagnostic()
DCIndexCodeCompletion.cpp259 SmallVector<CXStoredDiagnostic *, 8> DiagnosticsWrappers;
878 CXStoredDiagnostic *Diag = Results->DiagnosticsWrappers[Index]; in clang_codeCompleteGetDiagnostic()
881 new CXStoredDiagnostic(Results->Diagnostics[Index], Results->LangOpts); in clang_codeCompleteGetDiagnostic()
DCIndex.cpp7123 CXStoredDiagnostic Diag(*D, Unit->getLangOpts()); in printDiagsToStderr()