Home | History | Annotate | Download | only in Driver

Lines Matching defs:Ext

1269           if (const char *Ext = strrchr(Value, '.'))
1270 Ty = TC.LookupTypeForExtension(Ext + 1);
1307 const char *Ext = strrchr(Value, '.');
1308 if (Ext && TC.LookupTypeForExtension(Ext + 1) == types::TY_Object)