Home
last modified time | relevance | path

Searched refs:IsSourceImplementationFile (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DFileSpec.h309 bool IsSourceImplementationFile() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DFileSpec.cpp528 bool FileSpec::IsSourceImplementationFile() const { in IsSourceImplementationFile() function in FileSpec
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp343 if (remapped_file.IsSourceImplementationFile()) in CreateBreakpoint()