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

References

tools/clang/lib/CodeGen/CGStmt.cpp
 2404   assert(CD->hasBody() && "missing CapturedDecl body");
 2409   Args.append(CD->param_begin(), CD->param_end());
 2409   Args.append(CD->param_begin(), CD->param_end());
 2419   CGM.SetInternalFunctionAttributes(CD, F, FuncInfo);
 2420   if (CD->isNothrow())
 2424   StartFunction(CD, Ctx.VoidTy, F, FuncInfo, Args, CD->getLocation(),
 2424   StartFunction(CD, Ctx.VoidTy, F, FuncInfo, Args, CD->getLocation(),
 2425                 CD->getBody()->getBeginLoc());
 2427   Address DeclPtr = GetAddrOfLocalVar(CD->getContextParam());
 2450   PGO.assignRegionCounters(GlobalDecl(CD), F);
 2451   CapturedStmtInfo->EmitBody(*this, CD->getBody());
 2452   FinishFunction(CD->getBodyRBrace());