Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp352 bool VisitNestedNameSpecifierLocations(NestedNameSpecifierLoc NestedLoc) { in VisitNestedNameSpecifierLocations() argument
353 if (!NestedLoc.getNestedNameSpecifier()->getAsType()) in VisitNestedNameSpecifierLocations()
357 getSupportedDeclFromTypeLoc(NestedLoc.getTypeLoc())) { in VisitNestedNameSpecifierLocations()
359 RenameInfo Info = {NestedLoc.getBeginLoc(), in VisitNestedNameSpecifierLocations()
360 EndLocationForType(NestedLoc.getTypeLoc()), in VisitNestedNameSpecifierLocations()
362 getClosestAncestorDecl(NestedLoc), in VisitNestedNameSpecifierLocations()
363 NestedLoc.getNestedNameSpecifier()->getPrefix(), in VisitNestedNameSpecifierLocations()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1059 SourceLocation NestedLoc = getStartOfFileOrMacro(EndLoc); in popRegions() local
1060 assert(SM.isWrittenInSameFile(NestedLoc, EndLoc)); in popRegions()
1062 if (!isBranch && !isRegionAlreadyAdded(NestedLoc, EndLoc)) in popRegions()
1063 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, in popRegions()
1079 SourceLocation NestedLoc = getEndOfFileOrMacro(StartLoc); in popRegions() local
1080 assert(SM.isWrittenInSameFile(StartLoc, NestedLoc)); in popRegions()
1082 if (!isBranch && !isRegionAlreadyAdded(StartLoc, NestedLoc)) in popRegions()
1084 NestedLoc); in popRegions()