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

References

tools/clang/lib/Sema/SemaExpr.cpp
14260     RetTy = BSI->ReturnType;
14276       BlockTy = Context.getFunctionType(RetTy, None, EPI);
14280     } else if (FTy->getReturnType() == RetTy &&
14290       BlockTy = Context.getFunctionType(RetTy, FPT->getParamTypes(), EPI);
14297     BlockTy = Context.getFunctionType(RetTy, None, EPI);
14316   if (getLangOpts().CPlusPlus && RetTy->isRecordType() &&
14320   if (RetTy.hasNonTrivialToPrimitiveDestructCUnion() ||
14321       RetTy.hasNonTrivialToPrimitiveCopyCUnion())
14322     checkNonTrivialCUnion(RetTy, BD->getCaretLocation(), NTCUC_FunctionReturn,