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/
H A DFileSpec.h258 bool IsSourceImplementationFile() const;
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp480 bool FileSpec::IsSourceImplementationFile() const { in IsSourceImplementationFile() function in FileSpec
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp373 if (remapped_file.IsSourceImplementationFile()) in CreateBreakpoint()