Home | History | Annotate | Download | only in Driver

Lines Matching defs:Ext

1187           if (const char *Ext = strrchr(Value, '.'))
1188 Ty = TC.LookupTypeForExtension(Ext + 1);
1225 const char *Ext = strrchr(Value, '.');
1226 if (Ext && TC.LookupTypeForExtension(Ext + 1) == types::TY_Object)