Searched refs:CXLoadedDiagnostic (Results 1 – 4 of 4) sorted by relevance
/external/clang/tools/libclang/ |
D | CXLoadedDiagnostic.cpp | 66 CXLoadedDiagnostic::~CXLoadedDiagnostic() {} in ~CXLoadedDiagnostic() 72 CXDiagnosticSeverity CXLoadedDiagnostic::getSeverity() const { in getSeverity() 93 static CXSourceLocation makeLocation(const CXLoadedDiagnostic::Location *DLoc) { in makeLocation() 102 CXSourceLocation CXLoadedDiagnostic::getLocation() const { in getLocation() 108 CXString CXLoadedDiagnostic::getSpelling() const { in getSpelling() 112 CXString CXLoadedDiagnostic::getDiagnosticOption(CXString *Disable) const { in getDiagnosticOption() 122 unsigned CXLoadedDiagnostic::getCategory() const { in getCategory() 126 CXString CXLoadedDiagnostic::getCategoryText() const { in getCategoryText() 130 unsigned CXLoadedDiagnostic::getNumRanges() const { in getNumRanges() 134 CXSourceRange CXLoadedDiagnostic::getRange(unsigned Range) const { in getRange() [all …]
|
D | CXLoadedDiagnostic.h | 24 class CXLoadedDiagnostic : public CXDiagnosticImpl { 26 CXLoadedDiagnostic() : CXDiagnosticImpl(LoadedDiagnosticKind), in CXLoadedDiagnostic() function 29 ~CXLoadedDiagnostic() override;
|
D | CMakeLists.txt | 16 CXLoadedDiagnostic.cpp 27 CXLoadedDiagnostic.h
|
D | CXSourceLocation.cpp | 237 CXLoadedDiagnostic::decodeLocation(location, file, line, column, offset); in clang_getExpansionLocation() 318 CXLoadedDiagnostic::decodeLocation(location, file, line, in clang_getSpellingLocation() 355 CXLoadedDiagnostic::decodeLocation(location, file, line, in clang_getFileLocation()
|