reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
14253 BlockDecl *BD = BSI->TheDecl; 14255 if (BSI->HasImplicitReturnType) 14256 deduceClosureReturnType(*BSI); 14259 if (!BSI->ReturnType.isNull()) 14260 RetTy = BSI->ReturnType; 14266 if (!BSI->FunctionType.isNull()) { 14267 const FunctionType *FTy = BSI->FunctionType->castAs<FunctionType>(); 14282 BlockTy = BSI->FunctionType; 14318 computeNRVO(Body, BSI); 14333 for (Capture &Cap : BSI->Captures) { 14396 BD->setCaptures(Context, Captures, BSI->CXXThisCaptureIndex != 0);