Home
last modified time | relevance | path

Searched refs:SetRangeEnd (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp130 last_entry->SetRangeEnd(range_entry.GetRangeEnd()); in AddAddressRangeFromLoadSegment()
131 last_entry->data.SetRangeEnd(range_entry.data.GetRangeEnd()); in AddAddressRangeFromLoadSegment()
305 region_info.GetRange().SetRangeEnd(permission_entry->GetRangeEnd()); in GetMemoryRegionInfo()
319 region_info.GetRange().SetRangeEnd(permission_entry->GetRangeBase()); in GetMemoryRegionInfo()
329 region_info.GetRange().SetRangeEnd(LLDB_INVALID_ADDRESS); in GetMemoryRegionInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp47 memory_region_info.GetRange().SetRangeEnd(end_address); in ParseMemoryRegionInfoFromProcMapsLine()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp2122 D.SetRangeEnd(Loc); in ParseAsmAttributesAfterDeclarator()
2657 DS.SetRangeEnd(Tok.getLocation()); in ParseImplicitInt()
2670 DS.SetRangeEnd(Tok.getLocation()); in ParseImplicitInt()
2931 DS.SetRangeEnd(SourceLocation()); in ParseDeclarationSpecifiers()
3254 DS.SetRangeEnd(Loc); in ParseDeclarationSpecifiers()
3314 DS.SetRangeEnd(NewEndLoc); in ParseDeclarationSpecifiers()
3841 DS.SetRangeEnd(EndLoc); in ParseDeclarationSpecifiers()
5259 DS.SetRangeEnd(EndLoc); in ParseTypeQualifierListOpt()
5376 D.SetRangeEnd(Loc); in ParseDeclaratorInternal()
5415 D.SetRangeEnd(Loc); in ParseDeclaratorInternal()
[all …]
H A DParseExprCXX.cpp1837 DeclaratorInfo.SetRangeEnd(Loc); in ParseCXXCondition()
1933 DS.SetRangeEnd(Tok.getAnnotationEndLoc()); in ParseCXXSimpleTypeSpecifier()
2000 DS.SetRangeEnd(ParseDecltypeSpecifier(DS)); in ParseCXXSimpleTypeSpecifier()
2010 DS.SetRangeEnd(PrevTokLocation); in ParseCXXSimpleTypeSpecifier()
H A DParseExpr.cpp1017 DS.SetRangeEnd(ILoc); in ParseCastExpression()
1227 DS.SetRangeEnd(Tok.getLastLoc()); in ParseCastExpression()
2989 ParamInfo.SetRangeEnd(Tmp); in ParseBlockLiteralExpression()
H A DParseDeclCXX.cpp352 DS.SetRangeEnd(SourceLocation()); in ParseLinkage()
1215 DS.SetRangeEnd(EndLocation); in ParseBaseTypeSpecifier()
2297 DeclaratorInfo.SetRangeEnd(Loc); in ParseCXXMemberDeclaratorBeforeInitializer()
2381 D.SetRangeEnd(RefQualifierLoc); in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRangeMap.h71 void SetRangeEnd(BaseType end) { in SetRangeEnd() function
205 minimal_ranges.back().SetRangeEnd( in CombineConsecutiveRanges()
437 minimal_ranges.back().SetRangeEnd( in CombineConsecutiveRanges()
692 minimal_ranges.back().SetRangeEnd(pos->GetRangeEnd()); in CombineConsecutiveEntriesWithEqualData()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h627 void SetRangeEnd(SourceLocation Loc) { Range.setEnd(Loc); } in SetRangeEnd() function
1901 void SetRangeEnd(SourceLocation Loc) { in SetRangeEnd() function
2157 SetRangeEnd(EndLoc); in AddTypeInfo()
2166 SetRangeEnd(EndLoc); in AddTypeInfo()
2406 SetRangeEnd(lastLoc); in takeAttributes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp489 range_info.GetRange().SetRangeEnd(LLDB_INVALID_ADDRESS); in GetMemoryRegionInfo()
520 info.GetRange().SetRangeEnd(vm[i].kve_end); in PopulateMemoryRegionCache()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp531 region.GetRange().SetRangeEnd(UINT64_MAX); in FindMemoryRegion()
533 region.GetRange().SetRangeEnd(pos->GetRange().GetRangeBase()); in FindMemoryRegion()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DLineTable.cpp436 range.SetRangeEnd(entry.file_addr); in GetContiguousFileAddressRanges()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp1574 DS.SetRangeEnd(loc); in actOnObjCTypeArgsOrProtocolQualifiers()
H A DSemaDecl.cpp12619 DS.SetRangeEnd(FTI.Params[i].IdentLoc); in ActOnFinishKNRParamDeclarations()