Searched refs:NestedLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 353 bool VisitNestedNameSpecifierLocations(NestedNameSpecifierLoc NestedLoc) { in VisitNestedNameSpecifierLocations() argument 354 if (!NestedLoc.getNestedNameSpecifier()->getAsType()) in VisitNestedNameSpecifierLocations() 358 getSupportedDeclFromTypeLoc(NestedLoc.getTypeLoc())) { in VisitNestedNameSpecifierLocations() 360 RenameInfo Info = {NestedLoc.getBeginLoc(), in VisitNestedNameSpecifierLocations() 361 EndLocationForType(NestedLoc.getTypeLoc()), in VisitNestedNameSpecifierLocations() 363 getClosestAncestorDecl(NestedLoc), in VisitNestedNameSpecifierLocations() 364 NestedLoc.getNestedNameSpecifier()->getPrefix(), in VisitNestedNameSpecifierLocations()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 941 SourceLocation NestedLoc = getStartOfFileOrMacro(EndLoc); in popRegions() local 942 assert(SM.isWrittenInSameFile(NestedLoc, EndLoc)); in popRegions() 944 if (!isBranch && !isRegionAlreadyAdded(NestedLoc, EndLoc)) in popRegions() 945 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, in popRegions() 961 SourceLocation NestedLoc = getEndOfFileOrMacro(StartLoc); in popRegions() local 962 assert(SM.isWrittenInSameFile(StartLoc, NestedLoc)); in popRegions() 964 if (!isBranch && !isRegionAlreadyAdded(StartLoc, NestedLoc)) in popRegions() 966 NestedLoc); in popRegions()
|