reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
39 if (Context.typesAreCompatible(Context.getWideCharType(), T)) 39 if (Context.typesAreCompatible(Context.getWideCharType(), T)) 41 if (Context.getLangOpts().CPlusPlus || Context.getLangOpts().C11) { 41 if (Context.getLangOpts().CPlusPlus || Context.getLangOpts().C11) { 42 return Context.typesAreCompatible(Context.Char16Ty, T) || 42 return Context.typesAreCompatible(Context.Char16Ty, T) || 43 Context.typesAreCompatible(Context.Char32Ty, T); 43 Context.typesAreCompatible(Context.Char32Ty, T);