Searched refs:NestedLoc (Results 1 – 2 of 2) sorted by relevance
| /src/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()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 1021 SourceLocation NestedLoc = getStartOfFileOrMacro(EndLoc); in popRegions() local 1022 assert(SM.isWrittenInSameFile(NestedLoc, EndLoc)); in popRegions() 1024 if (!isBranch && !isRegionAlreadyAdded(NestedLoc, EndLoc)) in popRegions() 1025 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, in popRegions() 1041 SourceLocation NestedLoc = getEndOfFileOrMacro(StartLoc); in popRegions() local 1042 assert(SM.isWrittenInSameFile(StartLoc, NestedLoc)); in popRegions() 1044 if (!isBranch && !isRegionAlreadyAdded(StartLoc, NestedLoc)) in popRegions() 1046 NestedLoc); in popRegions()
|