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

References

tools/clang/lib/Sema/SemaLambda.cpp
 1873       InitializedEntity::InitializeLambdaToBlock(ConvLocation, Src->getType(),
 1883   BlockDecl *Block = BlockDecl::Create(Context, CurContext, ConvLocation);
 1909   VarDecl *CapVar = VarDecl::Create(Context, Block, ConvLocation,
 1910                                     ConvLocation, nullptr,
 1919   Block->setBody(new (Context) CompoundStmt(ConvLocation));