Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp213 FullSourceLoc FullLoc(Occurrence.getNameRanges()[0].getBegin(), in HandleOneRename() local
215 errs() << "clang-rename: renamed at: " << SourceMgr.getFilename(FullLoc) in HandleOneRename()
216 << ":" << FullLoc.getSpellingLineNumber() << ":" in HandleOneRename()
217 << FullLoc.getSpellingColumnNumber() << "\n"; in HandleOneRename()
H A DUSRLocFinder.cpp47 const clang::FullSourceLoc FullLoc(Loc, SM); in IsValidEditLoc() local
49 FullLoc.getSpellingLoc().getDecomposedLoc(); in IsValidEditLoc()
H A DUSRFindingAction.cpp260 FullSourceLoc FullLoc(Point, SourceMgr); in FindSymbol() local