Home
last modified time | relevance | path

Searched defs:SMFixIt (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h27 class SMFixIt; variable
264 SMFixIt(SMLoc Loc, const Twine &Replacement) in SMFixIt() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp369 SMFixIt::SMFixIt(SMRange R, const Twine &Replacement) in SMFixIt() function in SMFixIt