Searched refs:NestedLoc (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp333 bool VisitNestedNameSpecifierLocations(NestedNameSpecifierLoc NestedLoc) { argument
334 if (!NestedLoc.getNestedNameSpecifier()->getAsType())
338 getSupportedDeclFromTypeLoc(NestedLoc.getTypeLoc())) {
340 RenameInfo Info = {NestedLoc.getBeginLoc(),
341 EndLocationForType(NestedLoc.getTypeLoc()),
343 getClosestAncestorDecl(NestedLoc),
344 NestedLoc.getNestedNameSpecifier()->getPrefix(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp585 SourceLocation NestedLoc = getStartOfFileOrMacro(EndLoc); local
586 assert(SM.isWrittenInSameFile(NestedLoc, EndLoc));
588 if (!isRegionAlreadyAdded(NestedLoc, EndLoc))
589 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, EndLoc);
599 SourceLocation NestedLoc = getEndOfFileOrMacro(StartLoc); local
600 assert(SM.isWrittenInSameFile(StartLoc, NestedLoc));
602 if (!isRegionAlreadyAdded(StartLoc, NestedLoc))
603 SourceRegions.emplace_back(Region.getCounter(), StartLoc, NestedLoc);

Completed in 56 milliseconds