Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXLoadedDiagnostic.cpp63 CXLoadedDiagnostic::~CXLoadedDiagnostic() {} in ~CXLoadedDiagnostic()
69 CXDiagnosticSeverity CXLoadedDiagnostic::getSeverity() const { in getSeverity()
82 static CXSourceLocation makeLocation(const CXLoadedDiagnostic::Location *DLoc) { in makeLocation()
91 CXSourceLocation CXLoadedDiagnostic::getLocation() const { in getLocation()
97 CXString CXLoadedDiagnostic::getSpelling() const { in getSpelling()
101 CXString CXLoadedDiagnostic::getDiagnosticOption(CXString *Disable) const { in getDiagnosticOption()
111 unsigned CXLoadedDiagnostic::getCategory() const { in getCategory()
115 CXString CXLoadedDiagnostic::getCategoryText() const { in getCategoryText()
119 unsigned CXLoadedDiagnostic::getNumRanges() const { in getNumRanges()
123 CXSourceRange CXLoadedDiagnostic::getRange(unsigned Range) const { in getRange()
[all …]
DCXLoadedDiagnostic.h24 class CXLoadedDiagnostic : public CXDiagnosticImpl {
26 CXLoadedDiagnostic() : CXDiagnosticImpl(LoadedDiagnosticKind), in CXLoadedDiagnostic() function
29 virtual ~CXLoadedDiagnostic();
DCMakeLists.txt25 CXLoadedDiagnostic.cpp
26 CXLoadedDiagnostic.h
DCXSourceLocation.cpp219 CXLoadedDiagnostic::decodeLocation(location, file, line, column, offset); in clang_getExpansionLocation()
300 CXLoadedDiagnostic::decodeLocation(location, file, line, in clang_getSpellingLocation()
338 CXLoadedDiagnostic::decodeLocation(location, file, line, in clang_getFileLocation()