Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp637 SourceLocation NestedLoc = getStartOfFileOrMacro(EndLoc); in popRegions() local
638 assert(SM.isWrittenInSameFile(NestedLoc, EndLoc)); in popRegions()
640 if (!isBranch && !isRegionAlreadyAdded(NestedLoc, EndLoc)) in popRegions()
641 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, in popRegions()
657 SourceLocation NestedLoc = getEndOfFileOrMacro(StartLoc); in popRegions() local
658 assert(SM.isWrittenInSameFile(StartLoc, NestedLoc)); in popRegions()
660 if (!isBranch && !isRegionAlreadyAdded(StartLoc, NestedLoc)) in popRegions()
662 NestedLoc); in popRegions()