Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DRenamerClangTidyCheck.cpp166 SourceLocation FixLocation = Range.getBegin(); in addUsage() local
168 FixLocation = SourceMgr->getSpellingLoc(FixLocation); in addUsage()
169 if (FixLocation.isInvalid()) in addUsage()
176 if (!Failure.RawUsageLocs.insert(FixLocation).second) in addUsage()
182 if (SourceMgr && SourceMgr->isWrittenInScratchSpace(FixLocation)) in addUsage()