Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DFileSpec.h249 bool IsSourceImplementationFile() const;
/external/llvm-project/lldb/source/Utility/
DFileSpec.cpp462 bool FileSpec::IsSourceImplementationFile() const { in IsSourceImplementationFile() function in FileSpec
/external/llvm-project/lldb/source/Target/
DTarget.cpp348 if (remapped_file.IsSourceImplementationFile()) in CreateBreakpoint()