Searched refs:NestedLoc (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
D | USRLocFinder.cpp | 334 bool VisitNestedNameSpecifierLocations(NestedNameSpecifierLoc NestedLoc) { in VisitNestedNameSpecifierLocations() argument 335 if (!NestedLoc.getNestedNameSpecifier()->getAsType()) in VisitNestedNameSpecifierLocations() 339 getSupportedDeclFromTypeLoc(NestedLoc.getTypeLoc())) { in VisitNestedNameSpecifierLocations() 341 RenameInfo Info = {NestedLoc.getBeginLoc(), in VisitNestedNameSpecifierLocations() 342 EndLocationForType(NestedLoc.getTypeLoc()), in VisitNestedNameSpecifierLocations() 344 getClosestAncestorDecl(NestedLoc), in VisitNestedNameSpecifierLocations() 345 NestedLoc.getNestedNameSpecifier()->getPrefix(), in VisitNestedNameSpecifierLocations()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 669 SourceLocation NestedLoc = getStartOfFileOrMacro(EndLoc); in popRegions() local 670 assert(SM.isWrittenInSameFile(NestedLoc, EndLoc)); in popRegions() 672 if (!isRegionAlreadyAdded(NestedLoc, EndLoc)) in popRegions() 673 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, EndLoc); in popRegions() 683 SourceLocation NestedLoc = getEndOfFileOrMacro(StartLoc); in popRegions() local 684 assert(SM.isWrittenInSameFile(StartLoc, NestedLoc)); in popRegions() 686 if (!isRegionAlreadyAdded(StartLoc, NestedLoc)) in popRegions() 687 SourceRegions.emplace_back(Region.getCounter(), StartLoc, NestedLoc); in popRegions()
|
/external/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 428 SourceLocation NestedLoc = getStartOfFileOrMacro(EndLoc); in popRegions() local 429 assert(SM.isWrittenInSameFile(NestedLoc, EndLoc)); in popRegions() 431 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, EndLoc); in popRegions()
|