Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:Ext

641   std::string Ext = std::string(Filename.begin()+DotPos+1, Filename.end());
644 return Ext == "h" || Ext == "hh" || Ext == "H";