Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/Utility/
H A DFileSpecTest.cpp492 EXPECT_TRUE(c_src.IsSourceImplementationFile()); in TEST()
493 EXPECT_FALSE(txt_file.IsSourceImplementationFile()); in TEST()
494 EXPECT_FALSE(executable.IsSourceImplementationFile()); in TEST()
495 EXPECT_FALSE(just_dot.IsSourceImplementationFile()); in TEST()
502 EXPECT_TRUE(cpp_src.IsSourceImplementationFile()); in TEST()
503 EXPECT_FALSE(dll.IsSourceImplementationFile()); in TEST()
504 EXPECT_FALSE(win_noext.IsSourceImplementationFile()); in TEST()
505 EXPECT_FALSE(exe.IsSourceImplementationFile()); in TEST()
/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h258 bool IsSourceImplementationFile() const;
/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp494 bool FileSpec::IsSourceImplementationFile() const { in IsSourceImplementationFile() function in FileSpec
/llvm-project/lldb/source/Target/
H A DTarget.cpp499 if (remapped_file.IsSourceImplementationFile()) in CreateBreakpoint()