Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp204 FullSourceLoc FullLoc(Occurrence.getNameRanges()[0].getBegin(), in HandleOneRename() local
206 errs() << "clang-rename: renamed at: " << SourceMgr.getFilename(FullLoc) in HandleOneRename()
207 << ":" << FullLoc.getSpellingLineNumber() << ":" in HandleOneRename()
208 << FullLoc.getSpellingColumnNumber() << "\n"; in HandleOneRename()
H A DUSRLocFinder.cpp47 const clang::FullSourceLoc FullLoc(Loc, SM); in IsValidEditLoc() local
48 auto FileIdAndOffset = FullLoc.getSpellingLoc().getDecomposedLoc(); in IsValidEditLoc()
H A DUSRFindingAction.cpp252 FullSourceLoc FullLoc(Point, SourceMgr); in FindSymbol() local