Home
last modified time | relevance | path

Searched refs:SetLocation (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp149 options.SetLocation(location); in NSStringSummaryProvider()
162 options.SetLocation(location + 1); in NSStringSummaryProvider()
178 options.SetLocation(location); in NSStringSummaryProvider()
200 options.SetLocation(location); in NSStringSummaryProvider()
226 options.SetLocation(location); in NSStringSummaryProvider()
249 options.SetLocation(location); in NSStringSummaryProvider()
272 options.SetLocation(location); in NSStringSummaryProvider()
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp58 options.SetLocation(valobj_addr); in CharStringSummaryProvider()
132 options.SetLocation(valobj_addr); in WCharStringSummaryProvider()
H A DLibStdcpp.cpp252 options.SetLocation(addr_of_data); in LibStdcppStringSummaryProvider()
313 options.SetLocation(addr_of_data); in LibStdcppWStringSummaryProvider()
/llvm-project-15.0.7/flang/runtime/
H A Dterminator.h30 void SetLocation(const char *sourceFileName = nullptr, int sourceLine = 0) {
/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp67 sb_location.SetLocation(bp_sp->FindLocationByID(break_loc_id)); in PrivateBreakpointHitCallback()
H A DSBBreakpoint.cpp144 sb_bp_location.SetLocation(bkpt_sp->FindLocationByAddress(address)); in FindLocationByAddress()
179 sb_bp_location.SetLocation(bkpt_sp->FindLocationByID(bp_loc_id)); in FindLocationByID()
194 sb_bp_location.SetLocation(bkpt_sp->GetLocationAtIndex(index)); in GetLocationAtIndex()
758 sb_breakpoint_loc.SetLocation( in GetBreakpointLocationAtIndexFromEvent()
H A DSBBreakpointLocation.cpp394 void SBBreakpointLocation::SetLocation( in SetLocation() function in SBBreakpointLocation
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBBreakpointLocation.h95 void SetLocation(const lldb::BreakpointLocationSP &break_loc_sp);
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h108 void SetLocation(Address l) { m_location = std::move(l); } in SetLocation() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp403 auto restorer{GetContextualMessages().SetLocation(d.source)}; in Analyze()
547 auto restorer{GetContextualMessages().SetLocation(x.source)}; in Analyze()
589 auto restorer{GetContextualMessages().SetLocation(x.real.source)}; in Analyze()
766 auto restorer{GetContextualMessages().SetLocation(n.source)}; in Analyze()
805 auto restorer{GetContextualMessages().SetLocation(n.v.source)}; in Analyze()
1130 auto restorer{GetContextualMessages().SetLocation(name)}; in Analyze()
1694 auto restorer{messages.SetLocation(source)}; in Analyze()
2469 auto restorer{GetContextualMessages().SetLocation(call.source)}; in Analyze()
2526 auto restorer{GetContextualMessages().SetLocation(call.source)}; in Analyze()
3049 auto restorer{GetContextualMessages().SetLocation(source)}; in ExprOrVariable()
[all …]
H A Dtype.cpp278 auto restorer{foldingContext.messages().SetLocation(symbol.name())}; in InstantiateNonPDTScope()
445 auto restorer{foldingContext().messages().SetLocation(newSymbol.name())}; in InstantiateComponent()
457 auto restorer{foldingContext().messages().SetLocation(newSymbol.name())}; in InstantiateComponent()
H A Ddata-to-inits.cpp144 exprAnalyzer_.GetFoldingContext().messages().SetLocation(var.GetSource()); in Scan()
156 exprAnalyzer_.GetFoldingContext().messages().SetLocation( in Scan()
309 messages.SetLocation(values_.LocateSource().value_or(messages.at()))}; in InitElement()
H A Dcheck-call.cpp30 messages.SetLocation(arg.sourceLocation().value_or(messages.at()))}; in CheckImplicitInterfaceArg()
572 messages.SetLocation(arg.sourceLocation().value_or(messages.at()))}; in CheckProcedureArg()
707 messages.SetLocation(arg.sourceLocation().value_or(messages.at()))}; in CheckExplicitInterfaceArg()
H A Dassignment.cpp91 foldingContext().messages().SetLocation(context_.location().value())}; in Analyze()
H A Dcheck-declarations.cpp213 auto restorer{messages_.SetLocation(symbol.name())}; in Check()
646 auto restorer{messages_.SetLocation(symbol.name())}; in CheckPointerInitialization()
1822 auto restorer{messages_.SetLocation(generic.name())}; in CheckGenericOps()
1839 auto restorer{messages_.SetLocation(bindingNames[i])}; in CheckGenericOps()
H A Dresolve-names.cpp193 auto restorer{GetFoldingContext().messages().SetLocation(source)}; in EvaluateNonPointerInitializer()
4458 GetFoldingContext().messages().SetLocation(currStmtSource().value())}; in Post()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dmessage.h301 common::Restorer<CharBlock> SetLocation(CharBlock at) { in SetLocation() function
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dexpression.h192 GetFoldingContext().messages().SetLocation(FindSourceLocation(x))}; in Analyze()