Searched refs:NestedLoc (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.cpp | 625 SourceLocation NestedLoc = getStartOfFileOrMacro(EndLoc); in popRegions() local 626 assert(SM.isWrittenInSameFile(NestedLoc, EndLoc)); in popRegions() 628 if (!isBranch && !isRegionAlreadyAdded(NestedLoc, EndLoc)) in popRegions() 629 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, in popRegions() 645 SourceLocation NestedLoc = getEndOfFileOrMacro(StartLoc); in popRegions() local 646 assert(SM.isWrittenInSameFile(StartLoc, NestedLoc)); in popRegions() 648 if (!isBranch && !isRegionAlreadyAdded(StartLoc, NestedLoc)) in popRegions() 650 NestedLoc); in popRegions()
|