Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpoint.h526 bool MatchesName(const char *name) { in MatchesName() function
/external/clang/unittests/Tooling/
DTestVisitor.h185 bool MatchesName(StringRef Name) const { in MatchesName() function
/external/llvm-project/clang/unittests/Tooling/
DTestVisitor.h199 bool MatchesName(StringRef Name) const { in MatchesName() function
/external/llvm-project/clang/unittests/ASTMatchers/Dynamic/
DParserTest.cpp264 llvm::Optional<DynTypedMatcher> MatchesName( in TEST() local
/external/llvm-project/lldb/source/API/
DSBBreakpoint.cpp718 bool SBBreakpoint::MatchesName(const char *name) { in MatchesName() function in SBBreakpoint