Searched refs:MatchesName (Results 1 – 13 of 13) sorted by relevance
103 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…
192 return MatchesName(Name) && MatchesLocation(Location); in Matches()196 return MatchesName(Name) || MatchesLocation(Location); in PartiallyMatches()199 bool MatchesName(StringRef Name) const { in MatchesName() function
114 bool MatchesName(const char *name);
219 MatchesName (const char *name);
42 if bkpt.MatchesName("disabled"):
142 if (bkpt_sp->MatchesName(name)) { in FindBreakpointsByName()
310 if (bkpt_sp->MatchesName(name.c_str())) { in FindAndReplaceIDRanges()
275 llvm::Optional<DynTypedMatcher> MatchesName( in TEST() local278 M = MatchesName->unconditionalConvertTo<Decl>(); in TEST()
531 bool MatchesName(const char *name) { in MatchesName() function
695 bool SBBreakpoint::MatchesName(const char *name) { in MatchesName() function in SBBreakpoint703 return bkpt_sp->MatchesName(name); in MatchesName()
1994 if (bp_sp->MatchesName(name)) { in DoExecute()
488 bp.MatchesName(BreakpointBase::GetBreakpointLabel())) { in EventThreadFunction()
1246 if (bp->MatchesName(group_name.AsCString())) { in CaptureDebugHintScriptGroup2()