Searched refs:IsSourceImplementationFile (Results 1 – 4 of 4) sorted by relevance
492 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()
258 bool IsSourceImplementationFile() const;
494 bool FileSpec::IsSourceImplementationFile() const { in IsSourceImplementationFile() function in FileSpec
499 if (remapped_file.IsSourceImplementationFile()) in CreateBreakpoint()