| /llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSString.cpp | 149 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 D | CxxStringTypes.cpp | 58 options.SetLocation(valobj_addr); in CharStringSummaryProvider() 132 options.SetLocation(valobj_addr); in WCharStringSummaryProvider()
|
| H A D | LibStdcpp.cpp | 252 options.SetLocation(addr_of_data); in LibStdcppStringSummaryProvider() 313 options.SetLocation(addr_of_data); in LibStdcppWStringSummaryProvider()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | terminator.h | 30 void SetLocation(const char *sourceFileName = nullptr, int sourceLine = 0) {
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBBreakpointOptionCommon.cpp | 67 sb_location.SetLocation(bp_sp->FindLocationByID(break_loc_id)); in PrivateBreakpointHitCallback()
|
| H A D | SBBreakpoint.cpp | 144 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 D | SBBreakpointLocation.cpp | 394 void SBBreakpointLocation::SetLocation( in SetLocation() function in SBBreakpointLocation
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBBreakpointLocation.h | 95 void SetLocation(const lldb::BreakpointLocationSP &break_loc_sp);
|
| /llvm-project-15.0.7/lldb/include/lldb/DataFormatters/ |
| H A D | StringPrinter.h | 108 void SetLocation(Address l) { m_location = std::move(l); } in SetLocation() function
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | expression.cpp | 403 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 D | type.cpp | 278 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 D | data-to-inits.cpp | 144 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 D | check-call.cpp | 30 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 D | assignment.cpp | 91 foldingContext().messages().SetLocation(context_.location().value())}; in Analyze()
|
| H A D | check-declarations.cpp | 213 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 D | resolve-names.cpp | 193 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 D | message.h | 301 common::Restorer<CharBlock> SetLocation(CharBlock at) { in SetLocation() function
|
| /llvm-project-15.0.7/flang/include/flang/Semantics/ |
| H A D | expression.h | 192 GetFoldingContext().messages().SetLocation(FindSourceLocation(x))}; in Analyze()
|