MCPcopy Create free account
hub / github.com/ablab/spades / SMFixIt

Method SMFixIt

ext/src/llvm/SourceMgr.cpp:334–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332//===----------------------------------------------------------------------===//
333
334SMFixIt::SMFixIt(SMRange R, const Twine &Replacement)
335 : Range(R), Text(Replacement.str()) {
336 assert(R.isValid());
337}
338
339//===----------------------------------------------------------------------===//
340// SMDiagnostic Implementation

Callers

nothing calls this directly

Calls 3

assertClass · 0.85
strMethod · 0.45
isValidMethod · 0.45

Tested by

no test coverage detected