Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DFileSpec.h258 bool IsSourceImplementationFile() const;
/openbsd/src/gnu/llvm/lldb/source/Utility/
DFileSpec.cpp480 bool FileSpec::IsSourceImplementationFile() const { in IsSourceImplementationFile() function in FileSpec
/openbsd/src/gnu/llvm/lldb/source/Target/
DTarget.cpp373 if (remapped_file.IsSourceImplementationFile()) in CreateBreakpoint()