Home
last modified time | relevance | path

Searched refs:CXLoadedDiagnostic (Results 1 – 5 of 5) sorted by relevance

/external/clang/tools/libclang/
DCXLoadedDiagnostic.cpp65 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 …]
DCXLoadedDiagnostic.h24 class CXLoadedDiagnostic : public CXDiagnosticImpl {
26 CXLoadedDiagnostic() : CXDiagnosticImpl(LoadedDiagnosticKind), in CXLoadedDiagnostic() function
29 ~CXLoadedDiagnostic() override;
DCMakeLists.txt15 CXLoadedDiagnostic.cpp
30 CXLoadedDiagnostic.h
DCXSourceLocation.cpp240 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()
DAndroid.mk33 CXLoadedDiagnostic.cpp \