Searched refs:CXLoadedDiagnostic (Results 1 - 3 of 3) sorted by relevance

/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.h1 /*===-- CXLoadedDiagnostic.h - Handling of persisent diags ------*- C++ -*-===*\
24 class CXLoadedDiagnostic : public CXDiagnosticImpl { class in namespace:clang
26 CXLoadedDiagnostic() : CXDiagnosticImpl(LoadedDiagnosticKind), function in class:clang::CXLoadedDiagnostic
29 virtual ~CXLoadedDiagnostic();
H A DCXLoadedDiagnostic.cpp1 //===-- CXLoadedDiagnostic.cpp - Handling of persisent diags ----*- C++ -*-===//
14 #include "CXLoadedDiagnostic.h"
63 CXLoadedDiagnostic::~CXLoadedDiagnostic() {}
66 // Public CXLoadedDiagnostic methods.
69 CXDiagnosticSeverity CXLoadedDiagnostic::getSeverity() const {
82 static CXSourceLocation makeLocation(const CXLoadedDiagnostic::Location *DLoc) {
91 CXSourceLocation CXLoadedDiagnostic::getLocation() const {
97 CXString CXLoadedDiagnostic::getSpelling() const {
101 CXString CXLoadedDiagnostic
[all...]
H A DCXSourceLocation.cpp17 #include "CXLoadedDiagnostic.h"
219 CXLoadedDiagnostic::decodeLocation(location, file, line, column, offset);
300 CXLoadedDiagnostic::decodeLocation(location, file, line,
338 CXLoadedDiagnostic::decodeLocation(location, file, line,

Completed in 242 milliseconds