Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Ext

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