HomeSort by relevance Sort by last modified time
    Searched defs:CXLoadedDiagnostic (Results 1 - 2 of 2) 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 ~CXLoadedDiagnostic() override;
CXLoadedDiagnostic.cpp 1 //===-- CXLoadedDiagnostic.cpp - Handling of persisent diags ----*- C++ -*-===//
14 #include "CXLoadedDiagnostic.h"
66 CXLoadedDiagnostic::~CXLoadedDiagnostic() {}
69 // Public CXLoadedDiagnostic methods.
72 CXDiagnosticSeverity CXLoadedDiagnostic::getSeverity() const {
93 static CXSourceLocation makeLocation(const CXLoadedDiagnostic::Location *DLoc) {
102 CXSourceLocation CXLoadedDiagnostic::getLocation() const {
108 CXString CXLoadedDiagnostic::getSpelling() const {
112 CXString CXLoadedDiagnostic::getDiagnosticOption(CXString *Disable) const
    [all...]

Completed in 67 milliseconds