Home
last modified time | relevance | path

Searched defs:MatchesName (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/tools/lldb-dap/
H A DBreakpoint.cpp66 bool Breakpoint::MatchesName(const char *name) { return bp.MatchesName(name); } MatchesName() function in Breakpoint
/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h535 bool MatchesName(const char *name) { in MatchesName() function
/llvm-project/clang/unittests/Tooling/
H A DTestVisitor.h199 bool MatchesName(StringRef Name) const { MatchesName() function
/llvm-project/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp273 std::optional<DynTypedMatcher> MatchesName( in TEST() local
/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp693 bool SBBreakpoint::MatchesName(const char *name) { MatchesName() function in SBBreakpoint
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc780 bool MatchesName(const std::string& name) const { in MatchesName() function in testing::internal::__anonfaf029f60411::UnitTestFilter
839 bool MatchesName(const std::string& name) const { in MatchesName() function in testing::internal::__anonfaf029f60411::PositiveAndNegativeUnitTestFilter