Searched refs:NestedLoc (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 352 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()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 634 SourceLocation NestedLoc = getStartOfFileOrMacro(EndLoc); in popRegions() local 635 assert(SM.isWrittenInSameFile(NestedLoc, EndLoc)); in popRegions() 637 if (!isBranch && !isRegionAlreadyAdded(NestedLoc, EndLoc)) in popRegions() 638 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, in popRegions() 654 SourceLocation NestedLoc = getEndOfFileOrMacro(StartLoc); in popRegions() local 655 assert(SM.isWrittenInSameFile(StartLoc, NestedLoc)); in popRegions() 657 if (!isBranch && !isRegionAlreadyAdded(StartLoc, NestedLoc)) in popRegions() 659 NestedLoc); in popRegions()
|