Searched refs:CXLoadedDiagnostic (Results 1 – 5 of 5) sorted by relevance
/external/clang/tools/libclang/ |
D | CXLoadedDiagnostic.cpp | 65 CXLoadedDiagnostic::~CXLoadedDiagnostic() {} in ~CXLoadedDiagnostic() 71 CXDiagnosticSeverity CXLoadedDiagnostic::getSeverity() const { in getSeverity() 92 static CXSourceLocation makeLocation(const CXLoadedDiagnostic::Location *DLoc) { in makeLocation() 101 CXSourceLocation CXLoadedDiagnostic::getLocation() const { in getLocation() 107 CXString CXLoadedDiagnostic::getSpelling() const { in getSpelling() 111 CXString CXLoadedDiagnostic::getDiagnosticOption(CXString *Disable) const { in getDiagnosticOption() 121 unsigned CXLoadedDiagnostic::getCategory() const { in getCategory() 125 CXString CXLoadedDiagnostic::getCategoryText() const { in getCategoryText() 129 unsigned CXLoadedDiagnostic::getNumRanges() const { in getNumRanges() 133 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 | 15 CXLoadedDiagnostic.cpp 30 CXLoadedDiagnostic.h
|
D | CXSourceLocation.cpp | 240 CXLoadedDiagnostic::decodeLocation(location, file, line, column, offset); in clang_getExpansionLocation() 323 CXLoadedDiagnostic::decodeLocation(location, file, line, in clang_getSpellingLocation() 361 CXLoadedDiagnostic::decodeLocation(location, file, line, in clang_getFileLocation()
|
D | Android.mk | 33 CXLoadedDiagnostic.cpp \
|