Searched refs:g_source_file_regex (Results 1 – 1 of 1) sorted by relevance
1030 …static RegularExpression g_source_file_regex ("^(c|m|mm|cpp|c\\+\\+|cxx|cc|cp|s|asm|f|f77|f90|f95|… in IsSourceImplementationFile() local1032 return g_source_file_regex.Execute (extension.GetCString()); in IsSourceImplementationFile()