HomeSort by relevance Sort by last modified time
    Searched refs:CXLoadedDiagnostic (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/libclang/
CXLoadedDiagnostic.h 1 /*===-- CXLoadedDiagnostic.h - Handling of persisent diags ------*- C++ -*-===*\
24 class CXLoadedDiagnostic : public CXDiagnosticImpl {
26 CXLoadedDiagnostic() : CXDiagnosticImpl(LoadedDiagnosticKind),
29 virtual ~CXLoadedDiagnostic();
CXLoadedDiagnostic.cpp 1 /*===-- CXLoadedDiagnostic.cpp - Handling of persisent diags -*- C++ -*-===*\
14 #include "CXLoadedDiagnostic.h"
70 CXLoadedDiagnostic::~CXLoadedDiagnostic() {}
73 // Public CXLoadedDiagnostic methods.
76 CXDiagnosticSeverity CXLoadedDiagnostic::getSeverity() const {
89 static CXSourceLocation makeLocation(const CXLoadedDiagnostic::Location *DLoc) {
98 CXSourceLocation CXLoadedDiagnostic::getLocation() const {
104 CXString CXLoadedDiagnostic::getSpelling() const {
108 CXString CXLoadedDiagnostic::getDiagnosticOption(CXString *Disable) const
    [all...]
CXSourceLocation.cpp 20 #include "CXLoadedDiagnostic.h"
205 CXLoadedDiagnostic::decodeLocation(location, file, line, column, offset);
286 CXLoadedDiagnostic::decodeLocation(location, file, line,

Completed in 185 milliseconds