Home | History | Annotate | Download | only in Frontend

Lines Matching refs:DotPos

574   std::string::size_type DotPos = Filename.rfind('.');
576 if (DotPos == std::string::npos) {
581 std::string Ext = std::string(Filename.begin()+DotPos+1, Filename.end());