reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
14131     if (!(Context.hasSameType(InnerType, Context.CharTy) ||
14132           Context.hasSameType(InnerType, Context.WideCharTy) ||
14133           Context.hasSameType(InnerType, Context.Char8Ty) ||
14134           Context.hasSameType(InnerType, Context.Char16Ty) ||
14135           Context.hasSameType(InnerType, Context.Char32Ty))) {