Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DFileSpec.h249 bool IsSourceImplementationFile() const;
/llvm-project-15.0.7/lldb/source/Utility/
H A DFileSpec.cpp461 bool FileSpec::IsSourceImplementationFile() const { in IsSourceImplementationFile() function in FileSpec
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp369 if (remapped_file.IsSourceImplementationFile()) in CreateBreakpoint()