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

References

tools/clang/lib/Sema/SemaType.cpp
 2452   if (T->isArrayType() || T->isFunctionType()) {
 2452   if (T->isArrayType() || T->isFunctionType()) {
 2454       << T->isFunctionType() << T;
 2454       << T->isFunctionType() << T;
 2459   if (T->isHalfType() && !getLangOpts().HalfArgsAndReturns) {
 2467   if (T->isObjCObjectType()) {
 2469         << 0 << T << FixItHint::CreateInsertion(Loc, "*");
 2473   if (T.hasNonTrivialToPrimitiveDestructCUnion() ||
 2474       T.hasNonTrivialToPrimitiveCopyCUnion())
 2475     checkNonTrivialCUnion(T, Loc, NTCUC_FunctionReturn,
 2480   if (T.isVolatileQualified() && getLangOpts().CPlusPlus2a)
 2481     Diag(Loc, diag::warn_deprecated_volatile_return) << T;