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

  /external/llvm/include/llvm/IR/
DiagnosticInfo.h 340 class DiagnosticInfoWithDebugLocBase : public DiagnosticInfo {
344 DiagnosticInfoWithDebugLocBase(enum DiagnosticKind Kind,
374 class DiagnosticInfoOptimizationBase : public DiagnosticInfoWithDebugLocBase {
387 : DiagnosticInfoWithDebugLocBase(Kind, Severity, Fn, DLoc),
661 : public DiagnosticInfoWithDebugLocBase {
675 : DiagnosticInfoWithDebugLocBase(DK_Unsupported, Severity, Fn, DLoc),
  /external/llvm/lib/IR/
DiagnosticInfo.cpp 150 bool DiagnosticInfoWithDebugLocBase::isLocationAvailable() const {
154 void DiagnosticInfoWithDebugLocBase::getLocation(StringRef *Filename,
164 const std::string DiagnosticInfoWithDebugLocBase::getLocationStr() const {
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 224 getBestLocationFromDebugLoc(const llvm::DiagnosticInfoWithDebugLocBase &D,
429 const llvm::DiagnosticInfoWithDebugLocBase &D, bool &BadDebugInfo, StringRef &Filename,
    [all...]

Completed in 347 milliseconds