Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h269 bool IsSourceImplementationFile() const;
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp501 bool FileSpec::IsSourceImplementationFile() const { in IsSourceImplementationFile() function in FileSpec
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp1117 !file_spec.IsSourceImplementationFile())) in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp501 if (remapped_file.IsSourceImplementationFile()) in CreateBreakpoint()