Searched refs:SOURCE_CPP (Results 1 – 13 of 13) sorted by relevance
29 {"a.cc", SourceFile::SOURCE_CPP}, in TEST()30 {"a.cpp", SourceFile::SOURCE_CPP}, in TEST()31 {"a.cxx", SourceFile::SOURCE_CPP}, in TEST()32 {"a.c++", SourceFile::SOURCE_CPP}, in TEST()
35 target.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()193 target.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()228 target.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()234 baz.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()323 target.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()388 gen_obj.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()466 executable.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()615 target.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()671 inter.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()705 exe.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()[all …]
26 target.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()125 target.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()160 target.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()
60 return SourceFile::SOURCE_CPP; // .cc in GetSourceFileType()84 return SourceFile::SOURCE_CPP; in GetSourceFileType()196 return empty_ || Get(SourceFile::SOURCE_CPP) || in CSourceUsed()
727 staticlib.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()747 sharedlib.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()755 csourceset.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()767 sharedlib_with_toc.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()918 priv_sset_in_staticlib.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()929 pub_sset_in_staticlib.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()940 priv_sset_in_dylib.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()951 pub_sset_in_dylib.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()1016 staticlib.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()1609 implicitlib.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F()[all …]
186 if (source_type == SourceFile::SOURCE_CPP) in WriteCommand()256 if (source_type != SourceFile::SOURCE_CPP && in OutputJSON()
32 SOURCE_CPP, enumerator
98 case SourceFile::SOURCE_CPP: in FillSources()
255 target_->source_types_used().Get(SourceFile::SOURCE_CPP) || in WriteCCompilerVars()273 ? (target_->source_types_used().Get(SourceFile::SOURCE_CPP) || in WriteCCompilerVars()
232 if (target_->source_types_used().Get(SourceFile::SOURCE_CPP) || in WriteCompilerVars()285 target_->source_types_used().Get(SourceFile::SOURCE_CPP)) { in WritePCHCommands()
322 case SourceFile::SOURCE_CPP: in GetToolTypeForSourceType()
250 if (source_set->source_types_used().Get(SourceFile::SOURCE_CPP)) { in AddSourceSetFiles()
157 if (type != SourceFile::SOURCE_CPP && type != SourceFile::SOURCE_H && in RunCheckOverFiles()