Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_names/
H A DTestBreakpointNames.py103 matches = bkpt.MatchesName(bkpt_name)
107 matches = bkpt.MatchesName("NotABreakpoint")
116 matches = bkpt.MatchesName(bkpt_name)
122 matches = bkpt.MatchesName(bkpt_name)
298 …self.assertFalse(bkpt.MatchesName(self.bp_name_string), "Didn't remove the name from the breakpoin…
308 …self.assertFalse(bkpt.MatchesName(self.bp_name_string), "Didn't remove the name from the breakpoin…
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DTestVisitor.h192 return MatchesName(Name) && MatchesLocation(Location); in Matches()
196 return MatchesName(Name) || MatchesLocation(Location); in PartiallyMatches()
199 bool MatchesName(StringRef Name) const { in MatchesName() function
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBBreakpoint.h114 bool MatchesName(const char *name);
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBBreakpoint.i219 MatchesName (const char *name);
/llvm-project-15.0.7/lldb/test/API/commands/process/continue_to_bkpt/
H A DTestContinueToBkpts.py42 if bkpt.MatchesName("disabled"):
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointList.cpp142 if (bkpt_sp->MatchesName(name)) { in FindBreakpointsByName()
H A DBreakpointIDList.cpp310 if (bkpt_sp->MatchesName(name.c_str())) { in FindAndReplaceIDRanges()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp275 llvm::Optional<DynTypedMatcher> MatchesName( in TEST() local
278 M = MatchesName->unconditionalConvertTo<Decl>(); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h531 bool MatchesName(const char *name) { in MatchesName() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpoint.cpp695 bool SBBreakpoint::MatchesName(const char *name) { in MatchesName() function in SBBreakpoint
703 return bkpt_sp->MatchesName(name); in MatchesName()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1994 if (bp_sp->MatchesName(name)) { in DoExecute()
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp488 bp.MatchesName(BreakpointBase::GetBreakpointLabel())) { in EventThreadFunction()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1246 if (bp->MatchesName(group_name.AsCString())) { in CaptureDebugHintScriptGroup2()