Lines Matching refs:sfx
6021 String sfx;
6022 parseName(fileName, path, basename, sfx);
6023 if (sfx == "cpp" || sfx == "c" || sfx == "cxx" ||
6024 sfx == "cc" || sfx == "CC")
6029 fe->suffix = sfx;
6032 else if (sfx == "h" || sfx == "hh" ||
6033 sfx == "hpp" || sfx == "hxx")
6038 fe->suffix = sfx;
6822 String sfx = dep.suffix;
6825 if (sfx == "cpp" || sfx == "cxx" || sfx == "c++" ||
6826 sfx == "cc" || sfx == "CC")