Searched defs:CXLoadedDiagnostic (Results 1 - 2 of 2) 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 {
90 static CXSourceLocation makeLocation(const CXLoadedDiagnostic::Location *DLoc) {
99 CXSourceLocation CXLoadedDiagnostic::getLocation() const {
105 CXString CXLoadedDiagnostic::getSpelling() const {
109 CXString CXLoadedDiagnostic
[all...]

Completed in 77 milliseconds