Home
last modified time | relevance | path

Searched refs:DiagnosticInfoWithLocationBase (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/IR/
H A DDiagnosticInfo.cpp71 : DiagnosticInfoWithLocationBase(Kind, Severity, Fn, Fn.getSubprogram()), in DiagnosticInfoResourceLimit()
109 void DiagnosticInfoWithLocationBase::anchor() {} in anchor()
143 std::string DiagnosticInfoWithLocationBase::getAbsolutePath() const { in getAbsolutePath()
147 void DiagnosticInfoWithLocationBase::getLocation(StringRef &RelativePath, in getLocation()
155 std::string DiagnosticInfoWithLocationBase::getLocationStr() const { in getLocationStr()
406 : DiagnosticInfoWithLocationBase(DK_MisExpect, DS_Warning, in DiagnosticInfoMisExpect()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDiagnosticInfo.h318 class DiagnosticInfoWithLocationBase : public DiagnosticInfo {
323 DiagnosticInfoWithLocationBase(enum DiagnosticKind Kind, in DiagnosticInfoWithLocationBase() function
358 class DiagnosticInfoResourceLimit : public DiagnosticInfoWithLocationBase {
413 class DiagnosticInfoOptimizationBase : public DiagnosticInfoWithLocationBase {
461 : DiagnosticInfoWithLocationBase(Kind, Severity, Fn, Loc), in DiagnosticInfoOptimizationBase()
1008 class DiagnosticInfoUnsupported : public DiagnosticInfoWithLocationBase {
1023 : DiagnosticInfoWithLocationBase(DK_Unsupported, Severity, Fn, Loc), in DiagnosticInfoWithLocationBase() function
1036 class DiagnosticInfoMisExpect : public DiagnosticInfoWithLocationBase {
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp422 getBestLocationFromDebugLoc(const llvm::DiagnosticInfoWithLocationBase &D,
655 const llvm::DiagnosticInfoWithLocationBase &D, bool &BadDebugInfo, in getBestLocationFromDebugLoc()